X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6490a288bb21ea71c71c1b36c375cae5a5c57f7d..e9cec36348072df16d6cd649f82a92c86ba3b662:/configure diff --git a/configure b/configure index 9688285d02..654194ca13 100755 --- a/configure +++ b/configure @@ -17703,6 +17703,11 @@ echo "$as_me: WARNING: Could not determine deployment target from SDKSettings.pl else wxUSE_MACOSX_VERSION_MIN= fi +elif test "x$wxUSE_MACOSX_VERSION_MIN" == "x"; then + if test "$wxUSE_MAC" = 1; then + # otherwise configure stops on leopard for universal_binary + wxUSE_MACOSX_VERSION_MIN=10.4 + fi fi if test "x$wxUSE_MACOSX_VERSION_MIN" != "x"; then