From: H.J. Lu Date: Sun, 29 Mar 2015 14:36:27 +0000 (-0700) Subject: Fix a typo in bfd/ChangeLog X-Git-Tag: users/hjl/linux/release/2.25.51.0.2~2^2~19^2~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b51724e857c1066b0141f3989b521fb56e834aeb;p=thirdparty%2Fbinutils-gdb.git Fix a typo in bfd/ChangeLog --- 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 . (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.