]> git.saurik.com Git - wxWidgets.git/commitdiff
Another typo in ocnfigure.in
authorRobert Roebling <robert@roebling.de>
Thu, 3 Jun 1999 15:59:39 +0000 (15:59 +0000)
committerRobert Roebling <robert@roebling.de>
Thu, 3 Jun 1999 15:59:39 +0000 (15:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2657 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure.in

index 21ad406d89d44e27d076eef5d9b67d87b5732688..33a66f0785bcbc67d1cbb7430fb0bf930e195a1f 100644 (file)
@@ -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