summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2013-10-12 19:28:40 -0700
committerJim Meyering <meyering@fb.com>2013-10-19 09:20:01 -0700
commit88e5b4d4641f294d8f824d770c9c55a1abe49768 (patch)
treeae8a882fdb9d69f12e43ed1fe2b8300f9002fad6
parentc2b08ae26cdc70a3acf7d1bc15bc77c92bbcc97c (diff)
downloadgnulib-88e5b4d4641f294d8f824d770c9c55a1abe49768.tar.gz
error: make the module depend on vfprintf-posix
* modules/error (Depends-on): Add vfprintf-posix, since error calls vfprintf unconditionally, via error_tail.
-rw-r--r--ChangeLog6
-rw-r--r--modules/error1
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 61a2cb3cfc..77a1d0d7d0 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 f8676176b1..303765c980 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