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?"