* symtab.h (Symbol::use_plt_offset): New function.
[deliverable/binutils-gdb.git] / ld / configure.in
index 9158d2b5cccd0f6e913fd714316c0511d44d1492..40afab97f9f406a49701f503756777da4251d398 100644 (file)
@@ -148,6 +148,10 @@ BFD_BINARY_FOPEN
 
 AC_CHECK_DECLS([strstr, free, sbrk, getenv, environ])
 
+# Link in zlib if we can.  This is needed only for the bootstrap tests
+# right now, since those tests use libbfd, which depends on zlib.
+AC_SEARCH_LIBS(zlibVersion, z, [AC_CHECK_HEADERS(zlib.h)])
+
 # When converting linker scripts into strings for use in emulation
 # files, use astring.sed if the compiler supports ANSI string
 # concatenation, or ostring.sed otherwise.  This is to support the
This page took 0.025086 seconds and 4 git commands to generate.