X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d0e9b1506e9884f00b3365a2503c3b5e614378a5..b1d66b5415f7befb45e050d7097571642b8bfa56:/configure?ds=inline diff --git a/configure b/configure index e717379577..f9b23f3000 100755 --- a/configure +++ b/configure @@ -18298,18 +18298,18 @@ if test "$wxUSE_POPUPWIN" = "yes"; then EOF - if test "$wxUSE_TIPWINDOW" = "yes"; then - cat >> confdefs.h <<\EOF -#define wxUSE_TIPWINDOW 1 -EOF - - 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