summaryrefslogtreecommitdiff
path: root/m4/vasnprintf.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2006-10-27 17:11:53 +0000
committerBruno Haible <bruno@clisp.org>2006-10-27 17:11:53 +0000
commit537839f53e42a56ab341a8e3388d67e185043ec1 (patch)
treea1ccf81dfb9538c244959694ef8d426949600f45 /m4/vasnprintf.m4
parent47743801dbfaa5864f97238a3716ffa918b9e342 (diff)
downloadgnulib-537839f53e42a56ab341a8e3388d67e185043ec1.tar.gz
Assume that the C compiler understands the 'signed' keyword.
Diffstat (limited to 'm4/vasnprintf.m4')
-rw-r--r--m4/vasnprintf.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/m4/vasnprintf.m4 b/m4/vasnprintf.m4
index 32d3149b5f..72c9a13e2f 100644
--- a/m4/vasnprintf.m4
+++ b/m4/vasnprintf.m4
@@ -1,4 +1,4 @@
-# vasnprintf.m4 serial 6
+# vasnprintf.m4 serial 7
dnl Copyright (C) 2002-2004, 2006 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -22,7 +22,6 @@ AC_DEFUN([gl_FUNC_VASNPRINTF],
# Prequisites of lib/printf-args.h, lib/printf-args.c.
AC_DEFUN([gl_PREREQ_PRINTF_ARGS],
[
- AC_REQUIRE([bh_C_SIGNED])
AC_REQUIRE([AC_TYPE_LONG_LONG_INT])
AC_REQUIRE([gt_TYPE_LONGDOUBLE])
AC_REQUIRE([gt_TYPE_WCHAR_T])