On 10/10/2011 10:20 AM, Tom G. Christensen wrote:
Hello,

There's a typo in modules/ffsll, a missing 'l' in the
gl_STRING_MODULE_INDICATOR line.



Fixing the typo fixed the build error (and the test passes).

Thanks; I'm pushing this in your name (the "tiny change" merely indicates that you don't have copyright assignment on file).

diff --git i/ChangeLog w/ChangeLog
index b9e401a..0c7506f 100644
--- i/ChangeLog
+++ w/ChangeLog
@@ -1,3 +1,8 @@
+2011-10-10  Tom G. Christensen  <t...@jupiterrise.com>  (tiny change)
+
+       ffsll: set correct witness
+       * modules/ffsll (configure.ac): Fix typo.
+
 2011-10-10  Bruno Haible  <br...@clisp.org>

        printf-frexpl: Simplify for platforms where 'long double' == 'double'.
diff --git i/modules/ffsll w/modules/ffsll
index 7caf100..d1f78fb 100644
--- i/modules/ffsll
+++ w/modules/ffsll
@@ -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:


--
Eric Blake   ebl...@redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Reply via email to