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 61f08a67d2c30e1cb98b4233499b6eeeea3582b8..423e5af535ba8de994c86a920e80b8a8e3b97068 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 fa953aaf2663212389d656498b8d79dedc2c1dc9..7d676c25f21e1ccb7529659c62ece7d535182e6d 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)
           ;;
         *)