From: Robert Roebling Date: Thu, 3 Jun 1999 15:59:39 +0000 (+0000) Subject: Another typo in ocnfigure.in X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/79b00c62b9e146cd10023e55e6b466b73631984e Another typo in ocnfigure.in git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2657 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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