From: Robert Roebling Date: Sun, 9 Dec 2007 12:40:58 +0000 (+0000) Subject: wxMac does support wxPopupWindow (there is code for it, at least) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/28c2e41b46d76d9b2c2c86930df8792f55f67b24 wxMac does support wxPopupWindow (there is code for it, at least) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50595 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/configure.in b/configure.in index f610a35c0c..5f364ec328 100644 --- a/configure.in +++ b/configure.in @@ -6654,7 +6654,7 @@ if test "$wxUSE_TREECTRL" = "yes"; then fi if test "$wxUSE_POPUPWIN" = "yes"; then - if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then + if test "$wxUSE_COCOA" = 1 ; then AC_MSG_WARN([Popup window not yet supported under Mac OS X... disabled]) else if test "$wxUSE_PM" = 1; then