projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cd8fc6
)
wxMac does support wxPopupWindow (there is code for it, at least)
author
Robert Roebling
<robert@roebling.de>
Sun, 9 Dec 2007 12:40:58 +0000
(12:40 +0000)
committer
Robert 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
patch
|
blob
|
blame
|
history
diff --git
a/configure.in
b/configure.in
index f610a35c0cae7ebb633f5c9dface66eefcf5cb25..5f364ec3284b546663df088d7bcc9f08c564723f 100644
(file)
--- 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