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:
parent
101a693bc2
commit
9b02dbf8b2
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user