diff options
author | Christian Heimes <christian@cheimes.de> | 2013-11-20 01:18:26 +0100 |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-11-20 01:18:26 +0100 |
commit | fe32aec25a8b36498d840bd69485e9bc94195b9c (patch) | |
tree | c43234d9f7125dc1e9318deeeba01ce14cf2f7b1 /configure | |
parent | 0bedc973ba8be0ad6ef912eeaa9657fbeae9c7e2 (diff) | |
download | cpython-git-fe32aec25a8b36498d840bd69485e9bc94195b9c.tar.gz |
configure: use AC_MSG_NOTICE() instead of AC_MSG_WARN() to inform user about C++ compiler.
Now './configure --silent && make -s' doesn't print any message to stdout or stderr.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4803,16 +4803,16 @@ fi fi if test "$preset_cxx" != "$CXX" then - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: + { $as_echo "$as_me:${as_lineno-$LINENO}: By default, distutils will build C++ extension modules with \"$CXX\". If this is not intended, then set CXX on the configure command line. " >&5 -$as_echo "$as_me: WARNING: +$as_echo "$as_me: By default, distutils will build C++ extension modules with \"$CXX\". If this is not intended, then set CXX on the configure command line. - " >&2;} + " >&6;} fi |