diff options
author | Ian Lance Taylor <ian@airs.com> | 2012-12-07 04:28:52 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2012-12-07 04:28:52 +0000 |
commit | ae2eea65c66ca86d63e6f46ec9926ae0ac7eb2f7 (patch) | |
tree | e861425fbfab2e2b222d1e4a2c4167eb908a4385 /gold/Makefile.in | |
parent | decdd3bc369ed3d5fdc9dc1d0fcf9b0b21cfceef (diff) | |
download | gdb-ae2eea65c66ca86d63e6f46ec9926ae0ac7eb2f7.zip gdb-ae2eea65c66ca86d63e6f46ec9926ae0ac7eb2f7.tar.gz gdb-ae2eea65c66ca86d63e6f46ec9926ae0ac7eb2f7.tar.bz2 |
* 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.
Diffstat (limited to 'gold/Makefile.in')
-rw-r--r-- | gold/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gold/Makefile.in b/gold/Makefile.in index 16d2cf4..8da48cd 100644 --- a/gold/Makefile.in +++ b/gold/Makefile.in @@ -59,6 +59,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \ $(top_srcdir)/../config/override.m4 \ $(top_srcdir)/../config/po.m4 \ $(top_srcdir)/../config/progtest.m4 \ + $(top_srcdir)/../config/zlib.m4 \ $(top_srcdir)/../bfd/warning.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) |