summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2016-09-24 10:34:31 (GMT)
committerChristian Heimes <christian@python.org>2016-09-24 10:34:31 (GMT)
commitae0fa7ee6c00fb9b7be846c819d4132ac8afc0d0 (patch)
treea458e9c2b3c1f75dbf7e0e8886ed29e9d803a891 /configure
parent04133e7e2e88da4eb4ce7bb5e704a18be0484caa (diff)
parent938da643ee4ad16a4cca65e0badd6d315feaed4f (diff)
downloadcpython-ae0fa7ee6c00fb9b7be846c819d4132ac8afc0d0.zip
cpython-ae0fa7ee6c00fb9b7be846c819d4132ac8afc0d0.tar.gz
cpython-ae0fa7ee6c00fb9b7be846c819d4132ac8afc0d0.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 ed1c77b..860135b 100755
--- a/configure
+++ b/configure
@@ -17876,7 +17876,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