summaryrefslogtreecommitdiff
path: root/m4/vsnprintf.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-03-07 03:16:29 +0000
committerBruno Haible <bruno@clisp.org>2007-03-07 03:16:29 +0000
commitbc70b08710d7f0174027c4a0914857a496d8ee2c (patch)
treec93aa0ea7968ee055f5f713dec9d2bd21697a4f7 /m4/vsnprintf.m4
parenta86f85cb985fb4659ef5f242b8e11813d1eb282a (diff)
downloadgnulib-bc70b08710d7f0174027c4a0914857a496d8ee2c.tar.gz
Fix last commit: Require gl_STDIO_H_DEFAULTS.
Diffstat (limited to 'm4/vsnprintf.m4')
-rw-r--r--m4/vsnprintf.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/vsnprintf.m4 b/m4/vsnprintf.m4
index 9fc38f86fe..accc79f8c7 100644
--- a/m4/vsnprintf.m4
+++ b/m4/vsnprintf.m4
@@ -19,6 +19,7 @@ AC_DEFUN([gl_FUNC_VSNPRINTF],
AC_DEFUN([gl_REPLACE_VSNPRINTF],
[
+ AC_REQUIRE([gl_STDIO_H_DEFAULTS])
AC_LIBOBJ([vsnprintf])
if test $ac_cv_func_vsnprintf = yes; then
REPLACE_VSNPRINTF=1