From 57c2270cd7ded46f390cef5f2447e54132828902 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 29 Jul 2007 19:08:51 +0000 Subject: [PATCH] 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 --- configure | 4 +--- configure.in | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) 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 -- 2.50.0