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 | |
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')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |