Skip to content

Commit 1d3395f

Browse files
miss-islingtonserhiy-storchaka
authored andcommitted
Regenerate configure after changing configure.ac in GH-6987. (GH-7344) (GH-7382)
(cherry picked from commit 88cc339) Co-authored-by: Serhiy Storchaka <[email protected]>
1 parent 7453cae commit 1d3395f

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

0 commit comments

Comments
 (0)