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:
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
|
elif test "x$macosx_minver_specified" = "xyes"; then
|
||||||
error_message="no, try using a different min OS version or omitting it."
|
error_message="no, try using a different min OS version or omitting it."
|
||||||
else
|
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
|
fi
|
||||||
|
|
||||||
ac_ext=c
|
ac_ext=c
|
||||||
|
@@ -1350,7 +1350,7 @@ if test "x$retest_macosx_linking" = "xyes"; then
|
|||||||
elif test "x$macosx_minver_specified" = "xyes"; then
|
elif test "x$macosx_minver_specified" = "xyes"; then
|
||||||
error_message="no, try using a different min OS version or omitting it."
|
error_message="no, try using a different min OS version or omitting it."
|
||||||
else
|
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
|
fi
|
||||||
|
|
||||||
AC_LANG_PUSH(C)
|
AC_LANG_PUSH(C)
|
||||||
|
Reference in New Issue
Block a user