X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/58b2e303b1bbfe8cb627b4da1098811cec0793df..833a51f67ec2cb68649cf4cd2fe46456fc1752b6:/configure.in diff --git a/configure.in b/configure.in index 5ae9bb0b85..5da8ebc559 100644 --- a/configure.in +++ b/configure.in @@ -5319,16 +5319,12 @@ if test "$wxUSE_POPUPWIN" = "yes"; then if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then AC_MSG_WARN([Popup window not yet supported under Mac OS X... disabled]) else - if test "$wxUSE_MOTIF" = 1; then - AC_MSG_WARN([wxPopupWindow not yet supported under Motif... disabled]) + if test "$wxUSE_PM" = 1; then + AC_MSG_WARN([wxPopupWindow not yet supported under PM... disabled]) else - if test "$wxUSE_PM" = 1; then - AC_MSG_WARN([wxPopupWindow not yet supported under PM... disabled]) - else - AC_DEFINE(wxUSE_POPUPWIN) + AC_DEFINE(wxUSE_POPUPWIN) - USES_CONTROLS=1 - fi + USES_CONTROLS=1 fi fi fi