projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
compilation fix for Watcom (sorry, Vadim, there's some bug in Watcom C++, it doesn...
[wxWidgets.git]
/
configure
diff --git
a/configure
b/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