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 b9e401a..0c7506f 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 7caf100..d1f78fb 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: