diff options
author | Christian Heimes <christian@python.org> | 2016-09-24 10:34:31 (GMT) |
---|---|---|
committer | Christian Heimes <christian@python.org> | 2016-09-24 10:34:31 (GMT) |
commit | ae0fa7ee6c00fb9b7be846c819d4132ac8afc0d0 (patch) | |
tree | a458e9c2b3c1f75dbf7e0e8886ed29e9d803a891 /configure.ac | |
parent | 04133e7e2e88da4eb4ce7bb5e704a18be0484caa (diff) | |
parent | 938da643ee4ad16a4cca65e0badd6d315feaed4f (diff) | |
download | cpython-ae0fa7ee6c00fb9b7be846c819d4132ac8afc0d0.zip cpython-ae0fa7ee6c00fb9b7be846c819d4132ac8afc0d0.tar.gz cpython-ae0fa7ee6c00fb9b7be846c819d4132ac8afc0d0.tar.bz2 |
Write configure message to AS_MESSAGE_FD
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e0731c4..d395632 100644 --- a/configure.ac +++ b/configure.ac @@ -5396,7 +5396,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 |