diff options
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= |