Correct minimum supported Xcode version, it's 7.2.1, not 7.3

This correction is important because 7.2 can be used under macOS 10.10,
unlike 7.3.
This commit is contained in:
Vadim Zeitlin 2020-07-05 19:15:50 +02:00
parent 101a693bc2
commit 9b02dbf8b2
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -18725,7 +18725,7 @@ if test "x$retest_macosx_linking" = "xyes"; then
elif test "x$macosx_minver_specified" = "xyes"; then
error_message="no, try using a different min OS version or omitting it."
else
error_message="no, check that command line tools from Xcode 7.3 or later are installed."
error_message="no, check that command line tools from Xcode 7.2.1 or later are installed."
fi
ac_ext=c

View File

@ -1350,7 +1350,7 @@ if test "x$retest_macosx_linking" = "xyes"; then
elif test "x$macosx_minver_specified" = "xyes"; then
error_message="no, try using a different min OS version or omitting it."
else
error_message="no, check that command line tools from Xcode 7.3 or later are installed."
error_message="no, check that command line tools from Xcode 7.2.1 or later are installed."
fi
AC_LANG_PUSH(C)