changeset 37234:707772b3adfb

error: depend on stdio Problem reported by Nikos Mavrogiannopoulos in <http://lists.gnu.org/archive/html/bug-gnulib/2013-11/msg00084.html> * modules/error (Depends-on): Add stdio.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 21 Nov 2013 12:12:45 -0800
parents 0cad68562e90
children 2ea05e953064
files ChangeLog modules/error
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Nov 18 22:17:47 2013 -0800
+++ b/ChangeLog	Thu Nov 21 12:12:45 2013 -0800
@@ -1,3 +1,10 @@
+2013-11-21  Paul Eggert  <eggert@cs.ucla.edu>
+
+	error: depend on stdio
+	Problem reported by Nikos Mavrogiannopoulos in
+	<http://lists.gnu.org/archive/html/bug-gnulib/2013-11/msg00084.html>
+	* modules/error (Depends-on): Add stdio.
+
 2013-11-18  Ben Pfaff  <blp@cs.stanford.edu>
 
 	* doc/relocatable-maint.texi (Supporting Relocation): Improve
--- a/modules/error	Mon Nov 18 22:17:47 2013 -0800
+++ b/modules/error	Thu Nov 21 12:12:45 2013 -0800
@@ -12,6 +12,7 @@
 m4/error.m4
 
 Depends-on:
+stdio           [test $ac_cv_lib_error_at_line = no]
 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]