summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-06-03 22:41:12 -0700
committerNed Deily <nad@python.org>2018-06-04 01:41:12 -0400
commit1d3395f09bcf47bc02701ea51a84dc3e15dbedf3 (patch)
tree8947ff56696710b66078cca8b45f5ca496291e1a /configure
parent7453caedbb42dd16e069dd08009f0317f7a9abc9 (diff)
downloadcpython-git-1d3395f09bcf47bc02701ea51a84dc3e15dbedf3.tar.gz
Regenerate configure after changing configure.ac in GH-6987. (GH-7344) (GH-7382)
(cherry picked from commit 88cc339ee377f3acd4c6936be8edb6be4fa48657) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index b398ef8b0d..fc70866aa0 100755
--- a/configure
+++ b/configure
@@ -3004,7 +3004,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 )
@@ -3510,7 +3510,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