]> git.saurik.com Git - wxWidgets.git/blobdiff - configure.in
Removed erroneous EVT_SCROLLWIN
[wxWidgets.git] / configure.in
index b45216895bad6cd90a4736b009049965f9c14a65..af9e9a81d5b0cb1220bc0c5cfd4b8f6910dc546a 100644 (file)
@@ -2355,6 +2355,7 @@ fi
 if test "$wxUSE_MEM_TRACING" = "yes" ; then
     AC_DEFINE(wxUSE_MEMORY_TRACING)
     AC_DEFINE(wxUSE_GLOBAL_MEMORY_OPERATORS)
+    AC_DEFINE(wxUSE_DEBUG_NEW_ALWAYS)
     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
 fi
 
@@ -3067,6 +3068,8 @@ fi
 
 if test "$wxUSE_STATUSBAR" = "yes"; then
     AC_DEFINE(wxUSE_STATUSBAR)
+
+    SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar"
 fi
 
 if test "$wxUSE_TABDIALOG" = "yes"; then