summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-03-29 07:36:27 -0700
committerH.J. Lu <hjl.tools@gmail.com>2015-03-29 07:36:27 -0700
commitb51724e857c1066b0141f3989b521fb56e834aeb (patch)
tree006873a7ae7aad896840da76f16798f630e280f4
parent243340ad57e30de3c15cffe6e4af0381995f15d9 (diff)
downloadbinutils-gdb-b51724e857c1066b0141f3989b521fb56e834aeb.tar.gz
Fix a typo in bfd/ChangeLog
-rw-r--r--bfd/ChangeLog3
1 files changed, 1 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 2beeadefb09..062e636c30f 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -6,12 +6,11 @@
(libbfd_la_LIBADD): Add $(ZLIB).
* compress.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
(decompress_contents): Don't check HAVE_ZLIB_H.
- (decompress_contents): Likewise.
(bfd_compress_section_contents): Likewise.
(bfd_get_full_section_contents): Likewise.
(bfd_init_section_decompress_status): Likewise.
(bfd_init_section_compress_status): Likewise.
- * configure.ac (AM_ZLIB): Removed
+ * configure.ac (AM_ZLIB): Removed.
(zlibdir): New. AC_SUBST.
(zlibinc): Likewise.
Add --with-system-zlib.