summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-11-22 19:30:39 +0100
committerBruno Haible <bruno@clisp.org>2009-11-22 19:30:39 +0100
commitc2af86baf6680e54c6e503c7d12957c2e3c283fa (patch)
tree52409ecf3b2e6e44a6e40743ab9f2fa7d6698fce /m4
parent4e765f32d65fe20b118366c8cab7bde74a916652 (diff)
downloadgnulib-c2af86baf6680e54c6e503c7d12957c2e3c283fa.tar.gz
error: account for the possibility of freopen (stdout).
Diffstat (limited to 'm4')
-rw-r--r--m4/error.m45
1 files changed, 3 insertions, 2 deletions
diff --git a/m4/error.m4 b/m4/error.m4
index 7c7746e2cc..243dbda44d 100644
--- a/m4/error.m4
+++ b/m4/error.m4
@@ -1,6 +1,6 @@
-#serial 11
+#serial 12
-# Copyright (C) 1996, 1997, 1998, 2001, 2002, 2003, 2004 Free Software
+# Copyright (C) 1996-1998, 2001-2004, 2009 Free Software
# Foundation, Inc.
#
# This file is free software; the Free Software Foundation
@@ -18,5 +18,6 @@ AC_DEFUN([gl_ERROR],
AC_DEFUN([gl_PREREQ_ERROR],
[
AC_REQUIRE([AC_FUNC_STRERROR_R])
+ AC_REQUIRE([AC_C_INLINE])
:
])