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

This commit is contained in:
Serhiy Storchaka 2018-06-04 08:20:25 +03:00 committed by Ned Deily
parent e292b75e3e
commit 88cc339ee3
1 changed files with 2 additions and 2 deletions

4
configure vendored
View File

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