Thanks to visit codestin.com Credit goes to github.com
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 e292b75 commit 88cc339Copy full SHA for 88cc339
1 file changed
configure
@@ -3000,7 +3000,7 @@ if test "${enable_universalsdk+set}" = set; then :
3000
enableval=$enable_universalsdk;
3001
case $enableval in
3002
yes)
3003
- # Locate the best usable SDK, see Mac/README.txt for more
+ # Locate the best usable SDK, see Mac/README for more
3004
# information
3005
enableval="`/usr/bin/xcodebuild -version -sdk macosx Path 2>/dev/null`"
3006
if ! ( echo $enableval | grep -E '\.sdk' 1>/dev/null )
@@ -3455,7 +3455,7 @@ fi
3455
if test "$ac_sys_system" = "Darwin"
3456
then
3457
# Compiler selection on MacOSX is more complicated than
3458
- # AC_PROG_CC can handle, see Mac/README.txt for more
+ # AC_PROG_CC can handle, see Mac/README for more
3459
3460
if test -z "${CC}"
3461
0 commit comments