]> Savannah Git Hosting - gnulib.git/commitdiff
ffsll: set correct witness
authorTom G. Christensen <tgc@jupiterrise.com>
Mon, 10 Oct 2011 19:53:16 +0000 (13:53 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 10 Oct 2011 19:53:16 +0000 (13:53 -0600)
* modules/ffsll (configure.ac): Fix typo.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
modules/ffsll

index b9e401ac490a38ddb35064f252c72484ec160e52..0c7506f1646f3ac7e0cc18e5fee627c5377c15a5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-10-10  Tom G. Christensen  <tgc@jupiterrise.com>  (tiny change)
+
+       ffsll: set correct witness
+       * modules/ffsll (configure.ac): Fix typo.
+
 2011-10-10  Bruno Haible  <bruno@clisp.org>
 
        printf-frexpl: Simplify for platforms where 'long double' == 'double'.
index 7caf10048cf52dd54309b66fc2eb24f7ee26f41b..d1f78fb8ba7e75ef5dd62f7a47cf77c6d10d8aa1 100644 (file)
@@ -16,7 +16,7 @@ gl_FUNC_FFSLL
 if test $HAVE_FFSLL = 0; then
   AC_LIBOBJ([ffsll])
 fi
-gl_STRING_MODULE_INDICATOR([ffsl])
+gl_STRING_MODULE_INDICATOR([ffsll])
 
 Makefile.am: