]> git.saurik.com Git - wxWidgets.git/commitdiff
fixing leopard configure for universal_binary when no minimal sys given
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 15 Jan 2008 19:24:52 +0000 (19:24 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 15 Jan 2008 19:24:52 +0000 (19:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51227 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in

index 9688285d02ecce4841dd6e43c5f93dfcfb7876fa..996593fc0fcf5a6e5583e975c9a672b59727c9d0 100755 (executable)
--- 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
index 1ce40e84bbe99e529b427656a930a219390ad97c..ecb459f8b3157cd50a1b03249685d06043772f9d 100644 (file)
@@ -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