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 7453cae commit 1d3395fCopy full SHA for 1d3395f
1 file changed
configure
@@ -3004,7 +3004,7 @@ if test "${enable_universalsdk+set}" = set; then :
3004
enableval=$enable_universalsdk;
3005
case $enableval in
3006
yes)
3007
- # Locate the best usable SDK, see Mac/README.txt for more
+ # Locate the best usable SDK, see Mac/README for more
3008
# information
3009
enableval="`/usr/bin/xcodebuild -version -sdk macosx Path 2>/dev/null`"
3010
if ! ( echo $enableval | grep -E '\.sdk' 1>/dev/null )
@@ -3510,7 +3510,7 @@ fi
3510
if test "$ac_sys_system" = "Darwin"
3511
then
3512
# Compiler selection on MacOSX is more complicated than
3513
- # AC_PROG_CC can handle, see Mac/README.txt for more
+ # AC_PROG_CC can handle, see Mac/README for more
3514
3515
if test -z "${CC}"
3516
0 commit comments