]> git.saurik.com Git - wxWidgets.git/commitdiff
wxMac does support wxPopupWindow (there is code for it, at least)
authorRobert Roebling <robert@roebling.de>
Sun, 9 Dec 2007 12:40:58 +0000 (12:40 +0000)
committerRobert Roebling <robert@roebling.de>
Sun, 9 Dec 2007 12:40:58 +0000 (12:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50595 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure.in

index f610a35c0cae7ebb633f5c9dface66eefcf5cb25..5f364ec3284b546663df088d7bcc9f08c564723f 100644 (file)
@@ -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