Fix typo.
authorBruno Haible <bruno@clisp.org>
Wed, 6 Jun 2007 01:30:59 +0000 (01:30 +0000)
committerBruno Haible <bruno@clisp.org>
Wed, 6 Jun 2007 01:30:59 +0000 (01:30 +0000)
ChangeLog
m4/vasnprintf.m4

index 61f08a6..423e5af 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-06-05  Bruno Haible  <bruno@clisp.org>
+
+       * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
+       typo in variable name.
+
 2007-06-05  Eric Blake  <ebb9@byu.net>
 
        * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
index fa953aa..7d676c2 100644 (file)
@@ -1,4 +1,4 @@
-# vasnprintf.m4 serial 17
+# vasnprintf.m4 serial 18
 dnl Copyright (C) 2002-2004, 2006-2007 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -101,7 +101,7 @@ AC_DEFUN([gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE],
   AC_REQUIRE([gl_PREREQ_VASNPRINTF_LONG_DOUBLE])
   case "$gl_cv_func_printf_long_double" in
     *yes)
-      case "$gl_cv_func_printf_infinite" in
+      case "$gl_cv_func_printf_infinite_long_double" in
         *yes)
           ;;
         *)