]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
configure: use AC_MSG_NOTICE() instead of AC_MSG_WARN() to inform user about C++...
authorChristian Heimes <christian@cheimes.de>
Wed, 20 Nov 2013 00:18:26 +0000 (01:18 +0100)
committerChristian Heimes <christian@cheimes.de>
Wed, 20 Nov 2013 00:18:26 +0000 (01:18 +0100)
Now './configure --silent && make -s' doesn't print any message to stdout or stderr.

configure
configure.ac

index e82fe760edb1ca4f3abdbb4ed2012460e0e34396..225e8a4cc8df64a17c791a2e4efceb3116f3ba39 100755 (executable)
--- a/configure
+++ b/configure
@@ -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
 
 
index 628b8f8c6b1ab96e3e81622f336ee9ba22574cf1..369c7e5c4a089c54c545c1ec0aed23960b5adfee 100644 (file)
@@ -693,7 +693,7 @@ then
 fi
 if test "$preset_cxx" != "$CXX"
 then
-        AC_MSG_WARN([
+        AC_MSG_NOTICE([
 
   By default, distutils will build C++ extension modules with "$CXX".
   If this is not intended, then set CXX on the configure command line.