From 543b793377eb8c64f8c4e0e68cd3e6b39e857051 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Tue, 31 Mar 2015 05:55:18 -0700 Subject: Revert the AM_ZLIB change in gas * configure.ac: Revert the AM_ZLIB change. * Makefile.in: Regenerated. * aclocal.m4: Likewise. * configure: Likewise. --- gas/configure.ac | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'gas/configure.ac') diff --git a/gas/configure.ac b/gas/configure.ac index fbe8c0b..8e05fb8 100644 --- a/gas/configure.ac +++ b/gas/configure.ac @@ -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 -- cgit v1.1