Set minimal supported OS X version to 10.7 in configure

We don't support anything earlier any more, so it's completely wrong to use
-mmacosx-version-min=10.5 by default.
This commit is contained in:
Vadim Zeitlin
2016-01-24 16:32:40 +01:00
parent cdef013a8a
commit c3504663ef
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@@ -19499,7 +19499,7 @@ $as_echo "$as_me: WARNING: Could not determine deployment target from SDKSetting
wxUSE_MACOSX_VERSION_MIN=
fi
elif test "x$wxUSE_MACOSX_VERSION_MIN" = "x"; then
wxUSE_MACOSX_VERSION_MIN=10.5
wxUSE_MACOSX_VERSION_MIN=10.7
fi
if test "x$MACOSX_SDK_OPTS" != "x"; then

View File

@@ -1202,7 +1202,7 @@ dnl We need to quote the next line where we don't need macros and do need [] in
wxUSE_MACOSX_VERSION_MIN=
fi
elif test "x$wxUSE_MACOSX_VERSION_MIN" = "x"; then
wxUSE_MACOSX_VERSION_MIN=10.5
wxUSE_MACOSX_VERSION_MIN=10.7
fi
if test "x$MACOSX_SDK_OPTS" != "x"; then