From a068364f322083eef5e601bb0f0580dfa640cf16 Mon Sep 17 00:00:00 2001 From: Ron Lee Date: Wed, 3 Oct 2001 01:33:24 +0000 Subject: [PATCH] removed obsolete samples/univ from SAMPLES_SUBDIRS git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11797 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure | 6 +----- configure.in | 4 ---- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/configure b/configure index 432d3690b3..70947c6a6c 100755 --- a/configure +++ b/configure @@ -18075,10 +18075,6 @@ if test "$wxUSE_GUI" = "yes"; then drawing dynamic erase event exec font image \ minimal richedit rotate widgets" - if test "$wxUSE_UNIVERSAL" = "yes" ; then - SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS univ" - fi - CPPFLAGS="$CPPFLAGS \$(EXTRADEFS) \$(APPEXTRADEFS)" else SAMPLES_SUBDIRS="console" @@ -18190,7 +18186,7 @@ SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 -echo "configure:18194: checking whether ${MAKE-make} sets \${MAKE}" >&5 +echo "configure:18190: checking whether ${MAKE-make} sets \${MAKE}" >&5 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 diff --git a/configure.in b/configure.in index 4a060f28fb..5b31e08dac 100644 --- a/configure.in +++ b/configure.in @@ -4434,10 +4434,6 @@ if test "$wxUSE_GUI" = "yes"; then drawing dynamic erase event exec font image \ minimal richedit rotate widgets" - if test "$wxUSE_UNIVERSAL" = "yes" ; then - SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS univ" - fi - dnl this is needed to be able to find AFM files CPPFLAGS="$CPPFLAGS \$(EXTRADEFS) \$(APPEXTRADEFS)" else -- 2.45.2