diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-11-05 00:27:03 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gcc.gnu.org> | 2012-11-05 00:27:03 +0100 |
commit | 4044815128625e0c4739fe2274078a6200511a3f (patch) | |
tree | a472276b418850e9786f1ba1aa280fa13c46f5b6 /libatomic/configure | |
parent | b9efc87730ad292897da5dc447a2c83d68b1845b (diff) | |
download | gcc-4044815128625e0c4739fe2274078a6200511a3f.tar.gz |
acinclude.m4 (LIBAT_CHECK_IFUNC): Clarify message.
libatomic/
* acinclude.m4 (LIBAT_CHECK_IFUNC): Clarify message.
* configure: Regenerate.
From-SVN: r193145
Diffstat (limited to 'libatomic/configure')
-rwxr-xr-x | libatomic/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libatomic/configure b/libatomic/configure index 4bcfd782c05..a9dfa03bb34 100755 --- a/libatomic/configure +++ b/libatomic/configure @@ -14538,8 +14538,8 @@ $as_echo "#define HAVE_ATTRIBUTE_ALIAS 1" >>confdefs.h fi if test x$try_ifunc = xyes; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports funcs" >&5 -$as_echo_n "checking whether the target supports funcs... " >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports the ifunc attribute" >&5 +$as_echo_n "checking whether the target supports the ifunc attribute... " >&6; } if test "${libat_cv_have_ifunc+set}" = set; then : $as_echo_n "(cached) " >&6 else |