]> git.saurik.com Git - wxWidgets.git/commitdiff
removed obsolete samples/univ from SAMPLES_SUBDIRS
authorRon Lee <ron@debian.org>
Wed, 3 Oct 2001 01:33:24 +0000 (01:33 +0000)
committerRon Lee <ron@debian.org>
Wed, 3 Oct 2001 01:33:24 +0000 (01:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11797 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in

index 432d3690b31bf48098dbff4e7cdccbf7bc69ed3f..70947c6a6cb0c252d7cba946de0c4524a06af816 100755 (executable)
--- 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
index 4a060f28fbf9306d1420fbe09e04a14800e01f13..5b31e08dacc5a9b9b20746626569257c5bce94a0 100644 (file)
@@ -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