diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-03-31 05:54:55 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-03-31 06:39:57 -0700 |
commit | 9ae46699504c63af285d40ad8856a29300d318e4 (patch) | |
tree | aeb93448d6b4802099344de3eca39653c07cc434 /bfd/configure | |
parent | fa1f5da0b6ff3622f9bf60e348e149b76920abba (diff) | |
download | gdb-9ae46699504c63af285d40ad8856a29300d318e4.zip gdb-9ae46699504c63af285d40ad8856a29300d318e4.tar.gz gdb-9ae46699504c63af285d40ad8856a29300d318e4.tar.bz2 |
Revert the AM_ZLIB change in bfd
* configure.ac: Revert the AM_ZLIB change.
* Makefile.in: Regenerated.
* aclocal.m4: Likewise.
* configure: Likewise.
* doc/Makefile.in: Likewise.
Diffstat (limited to 'bfd/configure')
-rwxr-xr-x | bfd/configure | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/bfd/configure b/bfd/configure index b8f1b2b..2231e78 100755 --- a/bfd/configure +++ b/bfd/configure @@ -13853,20 +13853,24 @@ cat >>confdefs.h <<_ACEOF _ACEOF -# Use the system's zlib library. -zlibdir=-L../zlib -zlibinc="-I\$(srcdir)/../zlib" +# Link in zlib if we can. This allows us to read compressed debug sections. +# This is used only by compress.c. + + # Use the system's zlib library. + zlibdir=-L../zlib + zlibinc="-I\$(srcdir)/../zlib" # Check whether --with-system-zlib was given. if test "${with_system_zlib+set}" = set; then : withval=$with_system_zlib; zlibdir= -zlibinc= + zlibinc= fi + # If we are configured native, pick a core file support file. COREFILE= COREFLAG= |