summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2016-09-24 10:34:25 (GMT)
committerChristian Heimes <christian@python.org>2016-09-24 10:34:25 (GMT)
commit938da643ee4ad16a4cca65e0badd6d315feaed4f (patch)
treec5eb3e6254938124dd6e772cb4f5ffd00387fe96 /configure
parent1a63b9f288b3ce5465cc65a9a47dcf35b223218d (diff)
downloadcpython-938da643ee4ad16a4cca65e0badd6d315feaed4f.zip
cpython-938da643ee4ad16a4cca65e0badd6d315feaed4f.tar.gz
cpython-938da643ee4ad16a4cca65e0badd6d315feaed4f.tar.bz2
Write configure message to AS_MESSAGE_FD
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 20cf0e9..08ba430 100755
--- a/configure
+++ b/configure
@@ -17872,7 +17872,7 @@ mv config.c Modules
if test "$Py_OPT" = 'false' -a "$Py_DEBUG" != 'true'; then
echo "" >&6
echo "" >&6
- echo "If you want a release build with all optimizations active (LTO, PGO, etc),"
+ echo "If you want a release build with all optimizations active (LTO, PGO, etc)," >&6
echo "please run ./configure --with-optimizations" >&6
echo "" >&6
echo "" >&6