From: Václav Slavík Date: Tue, 20 Feb 2007 19:40:24 +0000 (+0000) Subject: fixed incorrectly reported WXWIN_COMPATIBILITY_2_6 value in summary X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/56b1244c219fe8689c34069089631283196bfccf?ds=inline fixed incorrectly reported WXWIN_COMPATIBILITY_2_6 value in summary git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44542 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/configure b/configure index eafae36122..b8c64f5e39 100755 --- a/configure +++ b/configure @@ -56037,7 +56037,7 @@ fi BAKEFILE_BAKEFILE_M4_VERSION="0.2.1" -BAKEFILE_AUTOCONF_INC_M4_VERSION="0.2.1" +BAKEFILE_AUTOCONF_INC_M4_VERSION="0.2.2" @@ -59202,7 +59202,7 @@ echo " Should wxWidgets be compiled in Unicode mode? ${wxUSE_UNICODE: echo " What level of wxWidgets compatibility should be enabled?" echo " wxWidgets 2.4 ${WXWIN_COMPATIBILITY_2_4:-no}" -echo " wxWidgets 2.6 ${WXWIN_COMPATIBILITY_2_6:-yes}" +echo " wxWidgets 2.6 ${WXWIN_COMPATIBILITY_2_6:-no}" echo " wxWidgets 2.8 ${WXWIN_COMPATIBILITY_2_8:-yes}" echo " Which libraries should wxWidgets use?" diff --git a/configure.in b/configure.in index c35a148401..fe648936cd 100644 --- a/configure.in +++ b/configure.in @@ -8133,7 +8133,7 @@ echo " Should wxWidgets be compiled in Unicode mode? ${wxUSE_UNICODE: echo " What level of wxWidgets compatibility should be enabled?" echo " wxWidgets 2.4 ${WXWIN_COMPATIBILITY_2_4:-no}" -echo " wxWidgets 2.6 ${WXWIN_COMPATIBILITY_2_6:-yes}" +echo " wxWidgets 2.6 ${WXWIN_COMPATIBILITY_2_6:-no}" echo " wxWidgets 2.8 ${WXWIN_COMPATIBILITY_2_8:-yes}" echo " Which libraries should wxWidgets use?"