summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2016-09-24 12:34:25 +0200
committerChristian Heimes <christian@python.org>2016-09-24 12:34:25 +0200
commit938da643ee4ad16a4cca65e0badd6d315feaed4f (patch)
treec5eb3e6254938124dd6e772cb4f5ffd00387fe96 /configure.ac
parent1a63b9f288b3ce5465cc65a9a47dcf35b223218d (diff)
downloadcpython-git-938da643ee4ad16a4cca65e0badd6d315feaed4f.tar.gz
Write configure message to AS_MESSAGE_FD
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d55d38ba67..8ce2ae998e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5394,7 +5394,7 @@ mv config.c Modules
if test "$Py_OPT" = 'false' -a "$Py_DEBUG" != 'true'; then
echo "" >&AS_MESSAGE_FD
echo "" >&AS_MESSAGE_FD
- 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)," >&AS_MESSAGE_FD
echo "please run ./configure --with-optimizations" >&AS_MESSAGE_FD
echo "" >&AS_MESSAGE_FD
echo "" >&AS_MESSAGE_FD