From b040ad30f50520414987cc3d5d558c4ed27d9e07 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Tue, 24 Nov 2009 22:59:53 +0000 Subject: * acinclude.m4: Include ../config/zlib.m4. * configure.ac: Use AM_ZLIB to check for zlib support. * configure: Regenerate. --- gdb/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/configure.ac') diff --git a/gdb/configure.ac b/gdb/configure.ac index 4476637..8a73837 100644 --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -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]) -- cgit v1.1