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
This commit is contained in:
Vadim Zeitlin
2003-01-18 01:53:08 +00:00
parent 1b80ba97f3
commit 677eb52d3f

View File

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