Use 10.10 as minimum macOS version by default in configure

Just bump the default to 10.10 from the old 10.9.
This commit is contained in:
Vadim Zeitlin
2020-07-05 18:12:33 +02:00
parent baeda25a67
commit 01ac922431
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@@ -18699,7 +18699,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.9
wxUSE_MACOSX_VERSION_MIN=10.10
fi
if test "x$MACOSX_SDK_OPTS" != "x"; then

View File

@@ -1304,7 +1304,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.9
wxUSE_MACOSX_VERSION_MIN=10.10
fi
if test "x$MACOSX_SDK_OPTS" != "x"; then