diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2018-06-04 05:20:25 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2018-06-04 05:20:25 (GMT) |
commit | 88cc339ee377f3acd4c6936be8edb6be4fa48657 (patch) | |
tree | 718e223f0f909f37b06be4f0efbf9496dd442e15 /configure | |
parent | e292b75e3ecdc6bbe81cda09de836dc9e27ab9e6 (diff) | |
download | cpython-88cc339ee377f3acd4c6936be8edb6be4fa48657.zip cpython-88cc339ee377f3acd4c6936be8edb6be4fa48657.tar.gz cpython-88cc339ee377f3acd4c6936be8edb6be4fa48657.tar.bz2 |
Regenerate configure after changing configure.ac in GH-6987. (GH-7344)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |