]> git.saurik.com Git - wxWidgets.git/blobdiff - configure.in
Fixes #10454, Applied patch for wxDataViewCtrl should not change the selection when...
[wxWidgets.git] / configure.in
index a23b2ddadb3ce1db515f697e35308b6f52f7b32f..a17dec4e0fb27bf4b17dfd7bad49e129a22b6d8d 100644 (file)
@@ -6669,7 +6669,6 @@ fi
 if test "$wxUSE_EDITABLELISTBOX" = "yes"; then
     AC_DEFINE(wxUSE_EDITABLELISTBOX)
     USES_CONTROLS=1
-    SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS editlbox"
 fi
 
 if test "$wxUSE_NOTEBOOK" = "yes"; then
@@ -7391,8 +7390,7 @@ if test "$wxUSE_GUI" = "yes"; then
 
     dnl TODO some samples are never built so far: mfc (requires VC++)
     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs drawing \
-                     erase event exec font image minimal mobile \
-                     mobile/wxedit mobile/styles render \
+                     erase event exec font image minimal render \
                      shaped svg taborder vscroll widgets wrapsizer"
 
     if test "$wxUSE_MONOLITHIC" != "yes"; then