Revert the AM_ZLIB change in gas
[deliverable/binutils-gdb.git] / gas / configure.ac
index fbe8c0b403b02c667948d0271a5beaac5659bdb4..8e05fb89bd924f13881b7fa6c3e08f65598fdaa2 100644 (file)
@@ -816,13 +816,8 @@ AC_CHECK_DECLS([free, getenv, malloc, mempcpy, realloc, stpcpy, strstr, vsnprint
 
 BFD_BINARY_FOPEN
 
-# Use the system's zlib library.
-zlibinc="-I\$(srcdir)/../zlib"
-AC_ARG_WITH(system-zlib,
-[AS_HELP_STRING([--with-system-zlib], [use installed libz])],
-zlibinc=
-)
-AC_SUBST(zlibinc)
+# Link in zlib if we can.  This allows us to write compressed debug sections.
+AM_ZLIB
 
 # Support for VMS timestamps via cross compile
 
This page took 0.022762 seconds and 4 git commands to generate.