wxUSE_TIPWINDOW may be set even if wxUSE_POPUPWIN is unset
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12868 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
14
configure
vendored
14
configure
vendored
@@ -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
|
USES_CONTROLS=1
|
||||||
fi
|
fi
|
||||||
fi
|
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
|
if test "$USES_CONTROLS" = 1; then
|
||||||
cat >> confdefs.h <<\EOF
|
cat >> confdefs.h <<\EOF
|
||||||
#define wxUSE_CONTROLS 1
|
#define wxUSE_CONTROLS 1
|
||||||
|
@@ -4513,15 +4513,15 @@ if test "$wxUSE_POPUPWIN" = "yes"; then
|
|||||||
else
|
else
|
||||||
AC_DEFINE(wxUSE_POPUPWIN)
|
AC_DEFINE(wxUSE_POPUPWIN)
|
||||||
|
|
||||||
if test "$wxUSE_TIPWINDOW" = "yes"; then
|
|
||||||
AC_DEFINE(wxUSE_TIPWINDOW)
|
|
||||||
fi
|
|
||||||
|
|
||||||
USES_CONTROLS=1
|
USES_CONTROLS=1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if test "$wxUSE_TIPWINDOW" = "yes"; then
|
||||||
|
AC_DEFINE(wxUSE_TIPWINDOW)
|
||||||
|
fi
|
||||||
|
|
||||||
if test "$USES_CONTROLS" = 1; then
|
if test "$USES_CONTROLS" = 1; then
|
||||||
AC_DEFINE(wxUSE_CONTROLS)
|
AC_DEFINE(wxUSE_CONTROLS)
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user