From: Vadim Zeitlin Date: Sun, 29 Jul 2007 19:08:51 +0000 (+0000) Subject: removed png and propsize samples from SAMPLES_SUBDIRS too (patch 1763216) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/57c2270cd7ded46f390cef5f2447e54132828902 removed png and propsize samples from SAMPLES_SUBDIRS too (patch 1763216) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/configure b/configure index b98c6281b2..285c35de90 100755 --- 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 diff --git a/configure.in b/configure.in index 632bcb6a82..2afcb8cd8a 100644 --- a/configure.in +++ b/configure.in @@ -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