aboutsummaryrefslogtreecommitdiff
path: root/gold/Makefile.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2008-04-08 14:33:35 +0000
committerIan Lance Taylor <ian@airs.com>2008-04-08 14:33:35 +0000
commit7fcd025698ecddeda435ca91922af4ee3a567c10 (patch)
tree640b70f3c36160569c55aaeb2cc2521036419bb7 /gold/Makefile.in
parente24f324cc638a23896ed695323a4be47e4895102 (diff)
downloadfsf-binutils-gdb-7fcd025698ecddeda435ca91922af4ee3a567c10.zip
fsf-binutils-gdb-7fcd025698ecddeda435ca91922af4ee3a567c10.tar.gz
fsf-binutils-gdb-7fcd025698ecddeda435ca91922af4ee3a567c10.tar.bz2
* configure.ac: Export new conditional variable HAVE_ZLIB.
* testsuite/Makefile.am (flagstest_o_specialfile): Condition on HAVE_ZLIB. (flagstest_o_specialfile_and_compress_debug_sections): Likewise. * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
Diffstat (limited to 'gold/Makefile.in')
-rw-r--r--gold/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/gold/Makefile.in b/gold/Makefile.in
index e2a0f94..66e994a 100644
--- a/gold/Makefile.in
+++ b/gold/Makefile.in
@@ -186,6 +186,8 @@ GCC_FALSE = @GCC_FALSE@
GCC_TRUE = @GCC_TRUE@
GENCAT = @GENCAT@
GMSGFMT = @GMSGFMT@
+HAVE_ZLIB_FALSE = @HAVE_ZLIB_FALSE@
+HAVE_ZLIB_TRUE = @HAVE_ZLIB_TRUE@
INCINTL = @INCINTL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@