X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e602002e27b29b261848ffea89472befceca0ccb..de5ae7c6e6bd3ac764d3552a9e6fd4a287f01299:/configure.in?ds=sidebyside 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