We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 376c272 commit 892ea21Copy full SHA for 892ea21
configure.ac
@@ -155,7 +155,7 @@ AC_ARG_ENABLE(universalsdk,
155
[
156
case $enableval in
157
yes)
158
- # Locate the best usable SDK, see Mac/README.txt for more
+ # Locate the best usable SDK, see Mac/README for more
159
# information
160
enableval="`/usr/bin/xcodebuild -version -sdk macosx Path 2>/dev/null`"
161
if ! ( echo $enableval | grep -E '\.sdk' 1>/dev/null )
@@ -632,7 +632,7 @@ fi
632
if test "$ac_sys_system" = "Darwin"
633
then
634
# Compiler selection on MacOSX is more complicated than
635
- # AC_PROG_CC can handle, see Mac/README.txt for more
+ # AC_PROG_CC can handle, see Mac/README for more
636
637
if test -z "${CC}"
638
0 commit comments