bfd/
[deliverable/binutils-gdb.git] / bfd / configure.in
index 947f79d6aad3ed56162b6433028672b8f4e6ddfb..0d1f5c93dc6d354e18009c2b0d7ad16ec0081e0a 100644 (file)
@@ -198,6 +198,10 @@ AC_CHECK_DECLS(strstr)
 AC_CHECK_DECLS(snprintf)
 AC_CHECK_DECLS(vsnprintf)
 
+# Link in zlib if we can.  This allows us to read compressed debug sections.
+# This is used only by compress.c.
+AC_SEARCH_LIBS(zlibVersion, z, [AC_CHECK_HEADERS(zlib.h)])
+
 # If we are configured native, pick a core file support file.
 COREFILE=
 COREFLAG=
This page took 0.024255 seconds and 4 git commands to generate.