X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77f859c38ebc1677b2ed1aa2d615e84fb131e9d4..485cf710d735497ee9960c981426531da2a185df:/configure.in diff --git a/configure.in b/configure.in index 5a9ac0dd18..eedc8ed2ab 100644 --- a/configure.in +++ b/configure.in @@ -4505,13 +4505,17 @@ if test "$wxUSE_POPUPWIN" = "yes"; then if test "$wxUSE_MAC" = 1; then AC_MSG_WARN([Popup window not yet supported under Mac OS X... disabled]) else - AC_DEFINE(wxUSE_POPUPWIN) + if test "$wxUSE_MOTIF" = 1; then + AC_MSG_WARN([wxPopupWindow not yet supported under Motif... disabled]) + else + AC_DEFINE(wxUSE_POPUPWIN) - if test "$wxUSE_TIPWINDOW" = "yes"; then - AC_DEFINE(wxUSE_TIPWINDOW) - fi + if test "$wxUSE_TIPWINDOW" = "yes"; then + AC_DEFINE(wxUSE_TIPWINDOW) + fi - USES_CONTROLS=1 + USES_CONTROLS=1 + fi fi fi