]> git.saurik.com Git - wxWidgets.git/commitdiff
removed --enable-compat20
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 17 Aug 2003 13:14:44 +0000 (13:14 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 17 Aug 2003 13:14:44 +0000 (13:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22967 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure

index 5a058e87904d2cbd7686e1facf377f8a1971c561..61c0deac71f86d89e4e30e5c2461858f34eaa50f 100755 (executable)
--- a/configure
+++ b/configure
@@ -885,7 +885,6 @@ Optional Features:
   --enable-no_exceptions  create code without C++ exceptions handling
   --enable-permissive     compile code disregarding strict ANSI
   --enable-no_deps        create code without dependency information
-  --enable-compat20       enable wxWindows 2.0 compatibility
   --enable-compat22       enable wxWindows 2.2 compatibility
   --disable-compat24      disable wxWindows 2.4 compatibility
   --enable-rpath=DIR      output the rpath flag from wx-config
@@ -3667,47 +3666,6 @@ echo "${ECHO_T}no" >&6
 
 
 
-         enablestring=
-          echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat20" >&5
-echo $ECHO_N "checking for --${enablestring:-enable}-compat20... $ECHO_C" >&6
-          no_cache=0
-          # Check whether --enable-compat20 or --disable-compat20 was given.
-if test "${enable_compat20+set}" = set; then
-  enableval="$enable_compat20"
-
-                          if test "$enableval" = yes; then
-                            ac_cv_use_compat20='WXWIN_COMPATIBILITY_2=yes'
-                          else
-                            ac_cv_use_compat20='WXWIN_COMPATIBILITY_2=no'
-                          fi
-
-else
-
-                          LINE=`grep "WXWIN_COMPATIBILITY_2" ${wx_arg_cache_file}`
-                          if test "x$LINE" != x ; then
-                            eval "DEFAULT_$LINE"
-                          else
-                            no_cache=1
-                          fi
-
-                          ac_cv_use_compat20='WXWIN_COMPATIBILITY_2='$DEFAULT_WXWIN_COMPATIBILITY_2
-
-fi;
-
-          eval "$ac_cv_use_compat20"
-          if test "$no_cache" != 1; then
-            echo $ac_cv_use_compat20 >> ${wx_arg_cache_file}.tmp
-          fi
-
-          if test "$WXWIN_COMPATIBILITY_2" = yes; then
-            echo "$as_me:$LINENO: result: yes" >&5
-echo "${ECHO_T}yes" >&6
-          else
-            echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
-          fi
-
-
          enablestring=
           echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat22" >&5
 echo $ECHO_N "checking for --${enablestring:-enable}-compat22... $ECHO_C" >&6
@@ -30094,15 +30052,6 @@ else
 fi
 
 
-if test "$WXWIN_COMPATIBILITY_2" = "yes"; then
-    cat >>confdefs.h <<\_ACEOF
-#define WXWIN_COMPATIBILITY_2 1
-_ACEOF
-
-
-    WXWIN_COMPATIBILITY_2_2="yes"
-fi
-
 if test "x$WXWIN_COMPATIBILITY_2_2" = "xyes"; then
     cat >>confdefs.h <<\_ACEOF
 #define WXWIN_COMPATIBILITY_2_2 1
@@ -37033,7 +36982,6 @@ echo "  Should wxWindows be linked as a shared library?         ${wxUSE_SHARED:-
 echo "  Should wxWindows be compiled in Unicode mode?           ${wxUSE_UNICODE:-no}"
 
 echo "  What level of wxWindows compatibility should be enabled?"
-echo "                                       wxWindows 2.0      ${WXWIN_COMPATIBILITY_2:-no}"
 echo "                                       wxWindows 2.2      ${WXWIN_COMPATIBILITY_2_2:-no}"
 echo "                                       wxWindows 2.4      ${WXWIN_COMPATIBILITY_2_4:-yes}"