summaryrefslogtreecommitdiff
path: root/m4/vsnprintf-posix.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-03-30 15:18:13 +0200
committerBruno Haible <bruno@clisp.org>2008-03-30 15:18:13 +0200
commitdac3bbf96357f7866a1094c228b4e5bea3fcf853 (patch)
treebb9ed146d377aa4f958cf106b3a3607ab0b86811 /m4/vsnprintf-posix.m4
parentd80538def81e2ceeab7f8e954908e74eeae43349 (diff)
downloadgnulib-dac3bbf96357f7866a1094c228b4e5bea3fcf853.tar.gz
Use module 'EOVERFLOW' rather than defining an EOVERFLOW replacement in the C
code.
Diffstat (limited to 'm4/vsnprintf-posix.m4')
-rw-r--r--m4/vsnprintf-posix.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/m4/vsnprintf-posix.m4 b/m4/vsnprintf-posix.m4
index 29efc27221..42a5df42d1 100644
--- a/m4/vsnprintf-posix.m4
+++ b/m4/vsnprintf-posix.m4
@@ -1,4 +1,4 @@
-# vsnprintf-posix.m4 serial 11
+# vsnprintf-posix.m4 serial 12
dnl Copyright (C) 2007-2008 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -6,7 +6,6 @@ dnl with or without modifications, as long as this notice is preserved.
AC_DEFUN([gl_FUNC_VSNPRINTF_POSIX],
[
- AC_REQUIRE([gl_EOVERFLOW])
AC_REQUIRE([gl_PRINTF_SIZES_C99])
AC_REQUIRE([gl_PRINTF_LONG_DOUBLE])
AC_REQUIRE([gl_PRINTF_INFINITE])