s%funcs%ifuncs typo in libatomic/acinclude.m4

Thomas Schwinge thomas@codesourcery.com
Tue May 29 14:36:00 GMT 2012


Hi!

The subject already says it all.  It got me confused what »funcs« that
might be.

OK to commit with regenerating configure?

diff --git a/libatomic/acinclude.m4 b/libatomic/acinclude.m4
index 282a992..a236a6d 100644
--- a/libatomic/acinclude.m4
+++ b/libatomic/acinclude.m4
@@ -188,7 +188,7 @@ dnl
 dnl Check whether the target supports ifuncs.
 dnl
 AC_DEFUN([LIBAT_CHECK_IFUNC], [
-  AC_CACHE_CHECK([whether the target supports funcs], libat_cv_have_ifunc, [
+  AC_CACHE_CHECK([whether the target supports ifuncs], libat_cv_have_ifunc, [
   save_CFLAGS="$CFLAGS"
   CFLAGS="$CFLAGS -Werror"
   AC_TRY_LINK([


Grüße,
 Thomas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 489 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20120529/d61ce91b/attachment.sig>


More information about the Gcc-patches mailing list