* acinclude.m4: Include ../config/zlib.m4.
[deliverable/binutils-gdb.git] / gdb / configure.ac
index 447663712edc5112069c4afecd5ff490adeb0887..8a738375a9b50cbac1ee4b9d47fcad4c82b90575 100644 (file)
@@ -423,7 +423,7 @@ AC_SEARCH_LIBS(gethostbyname, nsl)
 AC_SEARCH_LIBS(socketpair, socket)
 
 # Link in zlib if we can.  This allows us to read compressed debug sections.
-AC_SEARCH_LIBS(zlibVersion, z, [AC_CHECK_HEADERS(zlib.h)])
+AM_ZLIB
 
 # On HP/UX we may need libxpdl for dlgetmodinfo (used by solib-pa64.c).
 AC_SEARCH_LIBS(dlgetmodinfo, [dl xpdl])
This page took 0.035588 seconds and 4 git commands to generate.