Skip to content

Commit 88cc339

Browse files
serhiy-storchakaned-deily
authored andcommitted
Regenerate configure after changing configure.ac in GH-6987. (GH-7344)
1 parent e292b75 commit 88cc339

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3000,7 +3000,7 @@ if test "${enable_universalsdk+set}" = set; then :
30003000
enableval=$enable_universalsdk;
30013001
case $enableval in
30023002
yes)
3003-
# Locate the best usable SDK, see Mac/README.txt for more
3003+
# Locate the best usable SDK, see Mac/README for more
30043004
# information
30053005
enableval="`/usr/bin/xcodebuild -version -sdk macosx Path 2>/dev/null`"
30063006
if ! ( echo $enableval | grep -E '\.sdk' 1>/dev/null )
@@ -3455,7 +3455,7 @@ fi
34553455
if test "$ac_sys_system" = "Darwin"
34563456
then
34573457
# Compiler selection on MacOSX is more complicated than
3458-
# AC_PROG_CC can handle, see Mac/README.txt for more
3458+
# AC_PROG_CC can handle, see Mac/README for more
34593459
# information
34603460
if test -z "${CC}"
34613461
then

0 commit comments

Comments
 (0)