]> git.saurik.com Git - wxWidgets.git/blobdiff - configure.in
trying to fix memory leak in wxListCtrl (attributes not deleted)
[wxWidgets.git] / configure.in
index b783278f6450be8d60c5d9a0363b8d2c2fe5b081..af9e9a81d5b0cb1220bc0c5cfd4b8f6910dc546a 100644 (file)
@@ -3068,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