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