From patchwork Sun Nov 4 23:28:19 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: s%funcs%ifuncs typo in libatomic/acinclude.m4 From: Thomas Schwinge X-Patchwork-Id: 197114 Message-Id: <87ip9l9cdo.fsf@kepler.schwinge.homeip.net> To: Date: Mon, 5 Nov 2012 00:28:19 +0100 Hi! On Tue, 29 May 2012 16:35:31 +0200, I wrote: > The subject already says it all. It got me confused what »funcs« that > might be. I now committed the following, as obvious, in r193145: * acinclude.m4 (LIBAT_CHECK_IFUNC): Clarify message. * configure: Regenerate. Grüße, Thomas diff --git libatomic/acinclude.m4 libatomic/acinclude.m4 index 282a992..a86e52b 100644 --- libatomic/acinclude.m4 +++ libatomic/acinclude.m4 @@ -185,10 +185,11 @@ AC_DEFUN([LIBAT_WORDSIZE],[ ]) dnl -dnl Check whether the target supports ifuncs. +dnl Check whether the target supports the ifunc attribute. 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 the ifunc attribute], + libat_cv_have_ifunc, [ save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -Werror" AC_TRY_LINK([