From: Bruno Haible <bruno@clisp.org>
Date: Wed, 6 Jun 2007 01:30:59 +0000 (+0000)
Subject: Fix typo.
X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa5f3d93ba37b2694aee8c3c1f69e1dd4ae1b599;p=pspp

Fix typo.
---

diff --git a/ChangeLog b/ChangeLog
index 61f08a67d2..423e5af535 100644
--- 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.
diff --git a/m4/vasnprintf.m4 b/m4/vasnprintf.m4
index fa953aaf26..7d676c25f2 100644
--- a/m4/vasnprintf.m4
+++ b/m4/vasnprintf.m4
@@ -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)
           ;;
         *)