error: make the module depend on vfprintf-posix
authorJim Meyering <meyering@fb.com>
Sun, 13 Oct 2013 02:28:40 +0000 (19:28 -0700)
committerJim Meyering <meyering@fb.com>
Sat, 19 Oct 2013 16:20:01 +0000 (09:20 -0700)
* modules/error (Depends-on): Add vfprintf-posix, since error
calls vfprintf unconditionally, via error_tail.

ChangeLog
modules/error

index 61a2cb3..77a1d0d 100644 (file)
--- 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
index f867617..303765c 100644 (file)
@@ -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