From 79b00c62b9e146cd10023e55e6b466b73631984e Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Thu, 3 Jun 1999 15:59:39 +0000 Subject: [PATCH] Another typo in ocnfigure.in git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2657 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 21ad406d89..33a66f0785 100644 --- a/configure.in +++ b/configure.in @@ -1688,7 +1688,7 @@ if test "$wxUSE_RADIOBTN" = "yes"; then AC_DEFINE(wxUSE_RADIOBTN) fi -if test "wxUSE_SASH" = "yes"; then +if test "$wxUSE_SASH" = "yes"; then AC_DEFINE(wxUSE_SASH) SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest" fi -- 2.47.2