diff options
author | Christian Heimes <christian@python.org> | 2016-09-24 10:34:25 (GMT) |
---|---|---|
committer | Christian Heimes <christian@python.org> | 2016-09-24 10:34:25 (GMT) |
commit | 938da643ee4ad16a4cca65e0badd6d315feaed4f (patch) | |
tree | c5eb3e6254938124dd6e772cb4f5ffd00387fe96 /configure.ac | |
parent | 1a63b9f288b3ce5465cc65a9a47dcf35b223218d (diff) | |
download | cpython-938da643ee4ad16a4cca65e0badd6d315feaed4f.zip cpython-938da643ee4ad16a4cca65e0badd6d315feaed4f.tar.gz cpython-938da643ee4ad16a4cca65e0badd6d315feaed4f.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 d55d38b..8ce2ae9 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 |