]> git.saurik.com Git - wxWidgets.git/blobdiff - configure
fix should have been mac only
[wxWidgets.git] / configure
index 9688285d02ecce4841dd6e43c5f93dfcfb7876fa..654194ca135065f7528620142b579031538bbdde 100755 (executable)
--- 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