From db399005e82cec1ab50246a7c276d6695f3072d4 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 7 Dec 2012 05:03:30 +0000 Subject: [PATCH] * configure.ac (HAVE_ZLIB): Use AM_ZLIB instead of AC_SEARCH_LIBS. Use $ac_cv_header_zlib_h = yes as the condition in AM_CONDITIONAL. * aclocal.m4: Regenerate. * configure: Regenerate. * Makefile.in: Regenerate. * testsuite/Makefile.in: Regenerate. --- gold/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gold/ChangeLog b/gold/ChangeLog index 1067019..2e4cbc0 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -5,6 +5,15 @@ (Output_data_glink, Stub_table, Target_powerpc): Explicitly instantiate constants. +2012-12-06 Roland McGrath + + * configure.ac (HAVE_ZLIB): Use AM_ZLIB instead of AC_SEARCH_LIBS. + Use $ac_cv_header_zlib_h = yes as the condition in AM_CONDITIONAL. + * aclocal.m4: Regenerate. + * configure: Regenerate. + * Makefile.in: Regenerate. + * testsuite/Makefile.in: Regenerate. + 2012-12-07 Alan Modra * options.h (General_options): Add no_toc_optimize. -- 2.7.4