From da0379249b6f8c724148d5aeb4bc7686d49561f8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 17 Aug 2003 13:14:44 +0000 Subject: [PATCH] removed --enable-compat20 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22967 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure | 52 ---------------------------------------------------- 1 file changed, 52 deletions(-) diff --git a/configure b/configure index 5a058e8790..61c0deac71 100755 --- 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}" -- 2.45.2