]> git.saurik.com Git - wxWidgets.git/blobdiff - configure
added wxEncodingToCodepage() and implemented it properly (using in32 API instead...
[wxWidgets.git] / configure
index e7173795771a869f16b3e3ba922299b52b733ab9..f9b23f300027a3e0db27234e511e14238d3722ca 100755 (executable)
--- a/configure
+++ b/configure
@@ -18298,18 +18298,18 @@ if test "$wxUSE_POPUPWIN" = "yes"; then
 EOF
 
 
 EOF
 
 
-            if test "$wxUSE_TIPWINDOW" = "yes"; then
-                cat >> confdefs.h <<\EOF
-#define wxUSE_TIPWINDOW 1
-EOF
-
-            fi
-
             USES_CONTROLS=1
         fi
     fi
 fi
 
             USES_CONTROLS=1
         fi
     fi
 fi
 
+if test "$wxUSE_TIPWINDOW" = "yes"; then
+    cat >> confdefs.h <<\EOF
+#define wxUSE_TIPWINDOW 1
+EOF
+
+fi
+
 if test "$USES_CONTROLS" = 1; then
     cat >> confdefs.h <<\EOF
 #define wxUSE_CONTROLS 1
 if test "$USES_CONTROLS" = 1; then
     cat >> confdefs.h <<\EOF
 #define wxUSE_CONTROLS 1