Regenerate configure after changing configure.ac in GH-6987. (GH-7344) (GH-7382)

(cherry picked from commit 88cc339ee3)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
This commit is contained in:
Miss Islington (bot) 2018-06-03 22:41:12 -07:00 committed by Ned Deily
parent 7453caedbb
commit 1d3395f09b
1 changed files with 2 additions and 2 deletions

4
configure vendored
View File

@ -3004,7 +3004,7 @@ if test "${enable_universalsdk+set}" = set; then :
enableval=$enable_universalsdk;
case $enableval in
yes)
# Locate the best usable SDK, see Mac/README.txt for more
# Locate the best usable SDK, see Mac/README for more
# information
enableval="`/usr/bin/xcodebuild -version -sdk macosx Path 2>/dev/null`"
if ! ( echo $enableval | grep -E '\.sdk' 1>/dev/null )
@ -3510,7 +3510,7 @@ fi
if test "$ac_sys_system" = "Darwin"
then
# Compiler selection on MacOSX is more complicated than
# AC_PROG_CC can handle, see Mac/README.txt for more
# AC_PROG_CC can handle, see Mac/README for more
# information
if test -z "${CC}"
then