string: Remove unused substitution.
[pspp] / ChangeLog
index 1a3b202f16041a4e5112997e5ac21a82f16842d1..f88dbc786d439aa006a8baf342d37b484a567528 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-04-04  Bruno Haible  <bruno@clisp.org>
+
+       string: Remove unused substitution.
+       * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
+       HAVE_DECL_STRERROR.
+       * modules/string (Makefile.am): Don't substitute HAVE_DECL_STRERROR.
+
 2010-04-04  Bruno Haible  <bruno@clisp.org>
 
        strtod: Avoid a possible C++ test error.