]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
acinclude.m4 (GLIBCXX_CHECK_SDT_H): Replace AC_MSG_RESULT with AC_MSG_CHECKING.
authorJonathan Wakely <jwakely@redhat.com>
Sat, 19 Jul 2014 17:56:09 +0000 (18:56 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Sat, 19 Jul 2014 17:56:09 +0000 (18:56 +0100)
* acinclude.m4 (GLIBCXX_CHECK_SDT_H): Replace AC_MSG_RESULT with
AC_MSG_CHECKING.

From-SVN: r212848

libstdc++-v3/ChangeLog
libstdc++-v3/acinclude.m4
libstdc++-v3/configure

index 74cb499d60ce81e5485013d09ebe88d9edb21b21..ec816ba085ccc2ccf841447e1e2ca258827b9862 100644 (file)
@@ -1,3 +1,8 @@
+2014-07-19  Jonathan Wakely  <jwakely@redhat.com>
+
+       * acinclude.m4 (GLIBCXX_CHECK_SDT_H): Replace AC_MSG_RESULT with
+       AC_MSG_CHECKING.
+
 2014-07-18  Jonathan Wakely  <jwakely@redhat.com>
 
        PR libstdc++/61835
index 69b165f1805bffcacf5d46628b9f1856b5471d3f..2650a5acfccedd3fb3ed054e0091ac393ac62f9d 100644 (file)
@@ -3806,7 +3806,7 @@ dnl Check to see if sys/sdt.h exists and that it is suitable for use.
 dnl Some versions of sdt.h were not compatible with C++11.
 dnl
 AC_DEFUN([GLIBCXX_CHECK_SDT_H], [
-  AC_MSG_RESULT([for suitable sys/sdt.h])
+  AC_MSG_CHECKING([for suitable sys/sdt.h])
   # Note that this test has to be run with the C language.
   # Otherwise, sdt.h will try to include some headers from
   # libstdc++ itself.
index 32ba6145f61ae7c78332063ad22f9859100fe8f2..9f51df10be25abcc34d463cd3aae54b788ba1b14 100755 (executable)
@@ -20690,8 +20690,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
 
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: for suitable sys/sdt.h" >&5
-$as_echo "for suitable sys/sdt.h" >&6; }
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suitable sys/sdt.h" >&5
+$as_echo_n "checking for suitable sys/sdt.h... " >&6; }
   # Note that this test has to be run with the C language.
   # Otherwise, sdt.h will try to include some headers from
   # libstdc++ itself.