]> git.saurik.com Git - wxWidgets.git/commitdiff
no real changes, just cleanup after merging in Vaclav's changes which were the same...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 18 Jan 2003 01:53:08 +0000 (01:53 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 18 Jan 2003 01:53:08 +0000 (01:53 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18807 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure.in

index fbdc06a13786523c46424074f77c2f3526f2c748..de58e1d0764e5a185fa3578f29f5b99ed1987834 100644 (file)
@@ -3860,6 +3860,10 @@ else
     fi
 fi
 
+dnl ---------------------------------------------------------------------------
+dnl compatibility level
+dnl ---------------------------------------------------------------------------
+
 if test "$WXWIN_COMPATIBILITY_2" = "yes"; then
     AC_DEFINE(WXWIN_COMPATIBILITY_2)
 
@@ -3868,6 +3872,8 @@ fi
 
 if test "x$WXWIN_COMPATIBILITY_2_2" = "xyes"; then
     AC_DEFINE(WXWIN_COMPATIBILITY_2_2)
+
+    WXWIN_COMPATIBILITY_2_4="yes"
 fi
 
 if test "x$WXWIN_COMPATIBILITY_2_4" != "xno"; then