X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fvsnprintf.m4;h=ed189c23882b9f4c88adac2073b2441c4d64d6d6;hb=14b6d70139486b63e66257aad1abe2a9615f4d96;hp=139176f34bae79f8a543180785e6082a75c5c02f;hpb=5fc2139cf34af9a059c76496c5b02eaf1ec3e3e8;p=gnulib.git diff --git a/m4/vsnprintf.m4 b/m4/vsnprintf.m4 index 139176f34..ed189c238 100644 --- a/m4/vsnprintf.m4 +++ b/m4/vsnprintf.m4 @@ -1,5 +1,5 @@ # vsnprintf.m4 serial 5 -dnl Copyright (C) 2002-2004, 2007-2008 Free Software Foundation, Inc. +dnl Copyright (C) 2002-2004, 2007-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -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])