From: Stefan Csomor Date: Tue, 15 Jan 2008 19:24:52 +0000 (+0000) Subject: fixing leopard configure for universal_binary when no minimal sys given X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/43cdc8061731fba8772ef4892f3414ecd3102637 fixing leopard configure for universal_binary when no minimal sys given git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51227 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/configure b/configure index 9688285d02..996593fc0f 100755 --- a/configure +++ b/configure @@ -17703,6 +17703,9 @@ 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 + # otherwise configure stops on leopard for universal_binary + wxUSE_MACOSX_VERSION_MIN=10.4 fi if test "x$wxUSE_MACOSX_VERSION_MIN" != "x"; then diff --git a/configure.in b/configure.in index 1ce40e84bb..ecb459f8b3 100644 --- a/configure.in +++ b/configure.in @@ -1188,6 +1188,9 @@ dnl We need to quote the next line where we don't need macros and do need [] in else wxUSE_MACOSX_VERSION_MIN= fi +elif test "x$wxUSE_MACOSX_VERSION_MIN" == "x"; then + # otherwise configure stops on leopard for universal_binary + wxUSE_MACOSX_VERSION_MIN=10.4 fi if test "x$wxUSE_MACOSX_VERSION_MIN" != "x"; then