]> git.saurik.com Git - wxWidgets.git/blobdiff - configure.in
fixing leopard configure for universal_binary when no minimal sys given
[wxWidgets.git] / configure.in
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