]> granicus.if.org Git - python/commitdiff
Regenerate configure after changing configure.ac in GH-6987. (GH-7344)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 4 Jun 2018 05:20:25 +0000 (08:20 +0300)
committerNed Deily <nad@python.org>
Mon, 4 Jun 2018 05:20:25 +0000 (01:20 -0400)
configure

index ea482602c61527c8bd4ba2f99b1488c1d2390c00..f73334da77071587e2be6f17118c228102562c7c 100755 (executable)
--- a/configure
+++ b/configure
@@ -3000,7 +3000,7 @@ if test "${enable_universalsdk+set}" = set; then :
   enableval=$enable_universalsdk;
        case $enableval in
        yes)
-               # Locate the best usable SDK, see Mac/README.txt for more
+               # Locate the best usable SDK, see Mac/README for more
                # information
                enableval="`/usr/bin/xcodebuild -version -sdk macosx Path 2>/dev/null`"
                if ! ( echo $enableval | grep -E '\.sdk' 1>/dev/null )
@@ -3455,7 +3455,7 @@ fi
 if test "$ac_sys_system" = "Darwin"
 then
        # Compiler selection on MacOSX is more complicated than
-       # AC_PROG_CC can handle, see Mac/README.txt for more
+       # AC_PROG_CC can handle, see Mac/README for more
        # information
        if test -z "${CC}"
        then