Fix typo in last commit.
authorBruno Haible <bruno@clisp.org>
Mon, 21 Apr 2008 23:19:07 +0000 (01:19 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 21 Apr 2008 23:19:07 +0000 (01:19 +0200)
ChangeLog
m4/vsnprintf.m4

index 0fa1a4e..e8e9525 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2008-04-21  Bruno Haible  <bruno@clisp.org>
 
+       * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
+       Patch by Alain Guibert.
+
+2008-04-21  Bruno Haible  <bruno@clisp.org>
+
        Fix test failures on mingw.
        * tests/test-xstrtol.c (print_no_progname): New function.
        (main): Install it in error_print_progname hook.
index 139176f..3b37d46 100644 (file)
@@ -17,7 +17,7 @@ AC_DEFUN([gl_FUNC_VSNPRINTF],
         ;;
     esac
   fi
-  if test $gl_cv_func_snprintf_usable = no; then
+  if test $gl_cv_func_vsnprintf_usable = no; then
     gl_REPLACE_VSNPRINTF
   fi
   AC_CHECK_DECLS_ONCE([vsnprintf])