]> git.saurik.com Git - wxWidgets.git/blobdiff - configure
define (unusual) copy ctor and assignment operator for wxTrackable (part of patch...
[wxWidgets.git] / configure
index 88a07f805f6f361e69fdfd51084ec8587671b485..996593fc0fcf5a6e5583e975c9a672b59727c9d0 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Id: configure.in 51048 2008-01-06 21:01:38Z VZ .
+# From configure.in Id: configure.in 51052 2008-01-06 22:23:20Z VZ .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.61 for wxWidgets 2.9.0.
 #
@@ -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