From: Bruno Haible Date: Mon, 21 Apr 2008 23:19:07 +0000 (+0200) Subject: Fix typo in last commit. X-Git-Tag: v0.1~7511 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=e61532454013f972cdc6db68a58d78cf8a3dcdd6;p=gnulib.git Fix typo in last commit. --- diff --git a/ChangeLog b/ChangeLog index 0fa1a4e19..e8e952595 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2008-04-21 Bruno Haible + * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit. + Patch by Alain Guibert. + +2008-04-21 Bruno Haible + Fix test failures on mingw. * tests/test-xstrtol.c (print_no_progname): New function. (main): Install it in error_print_progname hook. diff --git a/m4/vsnprintf.m4 b/m4/vsnprintf.m4 index 139176f34..3b37d460b 100644 --- a/m4/vsnprintf.m4 +++ b/m4/vsnprintf.m4 @@ -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])