From 88e5b4d4641f294d8f824d770c9c55a1abe49768 Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering@fb.com>
Date: Sat, 12 Oct 2013 19:28:40 -0700
Subject: [PATCH 2/2] error: make the module depend on vfprintf-posix

* modules/error (Depends-on): Add vfprintf-posix, since error
calls vfprintf unconditionally, via error_tail.
---
 ChangeLog     | 6 ++++++
 modules/error | 1 +
 2 files changed, 7 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 61a2cb3..77a1d0d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-10-12  Jim Meyering  <meyering@fb.com>
+
+	error: make the module depend on vfprintf-posix
+	* modules/error (Depends-on): Add vfprintf-posix, since error
+	calls vfprintf unconditionally, via error_tail.
+
 2013-09-30  Jim Meyering  <meyering@fb.com>

 	fpending, obstack, strerror-override: use pure+const function attrs
diff --git a/modules/error b/modules/error
index f867617..303765c 100644
--- a/modules/error
+++ b/modules/error
@@ -15,6 +15,7 @@ Depends-on:
 strerror        [test $ac_cv_lib_error_at_line = no]
 unistd          [test $ac_cv_lib_error_at_line = no]
 msvc-nothrow    [test $ac_cv_lib_error_at_line = no]
+vfprintf-posix

 configure.ac:
 gl_ERROR
-- 
1.8.4.299.gb3e7d24

