diff --git a/configure b/configure index ac05aba5bf..b34c6d5ffd 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.in b/configure.in index bac103241f..bbc744e4fb 100644 --- a/configure.in +++ b/configure.in @@ -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)