]> git.saurik.com Git - wxWidgets.git/commitdiff
removed png and propsize samples from SAMPLES_SUBDIRS too (patch 1763216)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 29 Jul 2007 19:08:51 +0000 (19:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 29 Jul 2007 19:08:51 +0000 (19:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in

index b98c6281b2bff15efaff550c2ee3f515ce87dd45..285c35de906dc7f94e96e6df7e31d800497f194c 100755 (executable)
--- a/configure
+++ b/configure
@@ -29718,8 +29718,6 @@ echo "$as_me: WARNING: system png library not found or too old, will use built-i
             fi
         fi
     fi
-
-    SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png"
 fi
 
 
@@ -50129,7 +50127,7 @@ if test "$wxUSE_GUI" = "yes"; then
 
         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs drawing \
                      erase event exec font image minimal mobile \
-                     mobile/wxedit mobile/styles propsize render \
+                     mobile/wxedit mobile/styles render \
                      shaped svg taborder vscroll widgets"
 
     if test "$wxUSE_MONOLITHIC" != "yes"; then
index 632bcb6a82b20edb89715c23818f730269d6cb0d..2afcb8cd8a614093aed6494e63f09c36a3821741 100644 (file)
@@ -2526,8 +2526,6 @@ if test "$wxUSE_LIBPNG" != "no" ; then
             fi
         fi
     fi
-
-    SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png"
 fi
 
 dnl ------------------------------------------------------------------------
@@ -7453,7 +7451,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 propsize render \
+                     mobile/wxedit mobile/styles render \
                      shaped svg taborder vscroll widgets"
 
     if test "$wxUSE_MONOLITHIC" != "yes"; then