From 677eb52d3f3775b25a9dbdf0526785487be675a1 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 18 Jan 2003 01:53:08 +0000 Subject: [PATCH] no real changes, just cleanup after merging in Vaclav's changes which were the same as I had done locally (but forgot to commit) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18807 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configure.in b/configure.in index fbdc06a137..de58e1d076 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.45.2