diff --git a/configure b/configure index ee4f2cea75..86bff4a4b5 100755 --- a/configure +++ b/configure @@ -33659,6 +33659,8 @@ $as_echo "yes" >&6; } fi + elif test "$WXGTK3" = 1; then + wxUSE_UIACTIONSIMULATOR=no fi fi diff --git a/configure.in b/configure.in index ffa2ab839e..d543ca98d6 100644 --- a/configure.in +++ b/configure.in @@ -6379,6 +6379,11 @@ if test "$wxUSE_UIACTIONSIMULATOR" = "yes" ; then wxUSE_XTEST="no" ] ) + elif test "$WXGTK3" = 1; then + dnl As per above, wxUIActionSimulator can't be used in this case, + dnl but there is no need to warn, presumably the user knows what + dnl he's doing if --without-xtest was explicitly specified. + wxUSE_UIACTIONSIMULATOR=no fi fi