File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3003,7 +3003,7 @@ if test "${enable_universalsdk+set}" = set; then :
30033003 enableval=$enable_universalsdk ;
30043004 case $enableval in
30053005 yes)
3006- # Locate the best usable SDK, see Mac/README.txt for more
3006+ # Locate the best usable SDK, see Mac/README for more
30073007 # information
30083008 enableval=" ` /usr/bin/xcodebuild -version -sdk macosx Path 2> /dev/null` "
30093009 if ! ( echo $enableval | grep -E ' \.sdk' 1> /dev/null )
35273527if test " $ac_sys_system " = " Darwin"
35283528then
35293529 # Compiler selection on MacOSX is more complicated than
3530- # AC_PROG_CC can handle, see Mac/README.txt for more
3530+ # AC_PROG_CC can handle, see Mac/README for more
35313531 # information
35323532 if test -z " ${CC} "
35333533 then
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ AC_ARG_ENABLE(universalsdk,
155155[
156156 case $enableval in
157157 yes)
158- # Locate the best usable SDK, see Mac/README.txt for more
158+ # Locate the best usable SDK, see Mac/README for more
159159 # information
160160 enableval="`/usr/bin/xcodebuild -version -sdk macosx Path 2>/dev/null`"
161161 if ! ( echo $enableval | grep -E '\.sdk' 1>/dev/null )
632632if test "$ac_sys_system" = "Darwin"
633633then
634634 # Compiler selection on MacOSX is more complicated than
635- # AC_PROG_CC can handle, see Mac/README.txt for more
635+ # AC_PROG_CC can handle, see Mac/README for more
636636 # information
637637 if test -z "${CC}"
638638 then
You can’t perform that action at this time.
0 commit comments