configure without popup windows under Mac OS X
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10900 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -4209,8 +4209,12 @@ if test "$wxUSE_TREECTRL" = "yes"; then
|
||||
fi
|
||||
|
||||
if test "$wxUSE_POPUPWIN" = "yes"; then
|
||||
AC_DEFINE(wxUSE_POPUPWIN)
|
||||
USES_CONTROLS=1
|
||||
if test "$wxUSE_MAC" = 1; then
|
||||
AC_MSG_WARN(Popup window is not yet supported under Mac OS)
|
||||
else
|
||||
AC_DEFINE(wxUSE_POPUPWIN)
|
||||
USES_CONTROLS=1
|
||||
fi
|
||||
fi
|
||||
|
||||
if test "$USES_CONTROLS" = 1; then
|
||||
|
Reference in New Issue
Block a user