]> git.saurik.com Git - wxWidgets.git/blobdiff - configure
fixed mouse input handling in wxUniv: the static boxes ust be transparent
[wxWidgets.git] / configure
index cfcceeceb19cc0d3b95d7f5f2daef3f4954acbaf..2f80d4b0ae59b0eaddc200cfcf34a342f280eeb1 100755 (executable)
--- a/configure
+++ b/configure
@@ -140,7 +140,7 @@ ac_help="$ac_help
 ac_help="$ac_help
   --enable-compat20       enable wxWindows 2.0 compatibility"
 ac_help="$ac_help
-  --enable-compat22       enable wxWindows 2.2 compatibility"
+  --disable-compat22      disable wxWindows 2.2 compatibility"
 ac_help="$ac_help
   --enable-intl           use internationalization system"
 ac_help="$ac_help
@@ -17939,7 +17939,7 @@ EOF
     WXWIN_COMPATIBILITY_2_2="yes"
 fi
 
-if test "$WXWIN_COMPATIBILITY_2_2" = "yes"; then
+if test "x$WXWIN_COMPATIBILITY_2_2" != "xno"; then
     cat >> confdefs.h <<\EOF
 #define WXWIN_COMPATIBILITY_2_2 1
 EOF