]> git.saurik.com Git - wxWidgets.git/blobdiff - configure
Add implicit conversion, remove conversion to bool
[wxWidgets.git] / configure
index 996593fc0fcf5a6e5583e975c9a672b59727c9d0..654194ca135065f7528620142b579031538bbdde 100755 (executable)
--- a/configure
+++ b/configure
@@ -17704,8 +17704,10 @@ echo "$as_me: WARNING: Could not determine deployment target from SDKSettings.pl
         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
+    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