aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/acinclude.m4
diff options
context:
space:
mode:
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2014-07-19 17:56:09 +0000
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2014-07-19 17:56:09 +0000
commitcad5a9dcbbe6fbfb51decedf45153a842bb88e24 (patch)
treec1e2647af765bb723e308d122813c94ef8af5a87 /libstdc++-v3/acinclude.m4
parentd2fd41a54ca4fda9a6d39eddb56284f5ca9871ca (diff)
* acinclude.m4 (GLIBCXX_CHECK_SDT_H): Replace AC_MSG_RESULT with
AC_MSG_CHECKING. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@212848 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/acinclude.m4')
-rw-r--r--libstdc++-v3/acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/acinclude.m4 b/libstdc++-v3/acinclude.m4
index 69b165f1805..2650a5acfcc 100644
--- a/libstdc++-v3/acinclude.m4
+++ b/libstdc++-v3/acinclude.m4
@@ -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.