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 :
3003
3003
enableval=$enable_universalsdk ;
3004
3004
case $enableval in
3005
3005
yes)
3006
- # Locate the best usable SDK, see Mac/README.txt for more
3006
+ # Locate the best usable SDK, see Mac/README for more
3007
3007
# information
3008
3008
enableval=" ` /usr/bin/xcodebuild -version -sdk macosx Path 2> /dev/null` "
3009
3009
if ! ( echo $enableval | grep -E ' \.sdk' 1> /dev/null )
3527
3527
if test " $ac_sys_system " = " Darwin"
3528
3528
then
3529
3529
# 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
3531
3531
# information
3532
3532
if test -z " ${CC} "
3533
3533
then
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ AC_ARG_ENABLE(universalsdk,
155
155
[
156
156
case $enableval in
157
157
yes)
158
- # Locate the best usable SDK, see Mac/README.txt for more
158
+ # Locate the best usable SDK, see Mac/README for more
159
159
# information
160
160
enableval="`/usr/bin/xcodebuild -version -sdk macosx Path 2>/dev/null`"
161
161
if ! ( echo $enableval | grep -E '\.sdk' 1>/dev/null )
632
632
if test "$ac_sys_system" = "Darwin"
633
633
then
634
634
# 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
636
636
# information
637
637
if test -z "${CC}"
638
638
then
You can’t perform that action at this time.
0 commit comments