From 711a72d3d6f8cd3c3f408e718ff19aa4bfd2144e Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Tue, 31 Mar 2015 08:24:02 -0700 Subject: Add --with-system-zlib in gdb This patch adds --with-system-zlib and removes --with-zlib in gdb. * Makefile.in (ZLIB): New. (ZLIBINC): Likewise. (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC). (CLIBS): Add $(ZLIB). * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS. Add -lz to LIBS. * gdb_bfd.c: Don't check HAVE_ZLIB_H to include . * top.c (print_gdb_configuration): Remove --with-zlib and --without-zlib. * config.in: Regenerated. * configure: Likewise. --- gdb/config.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'gdb/config.in') diff --git a/gdb/config.in b/gdb/config.in index 8a27df0..d41e6cf 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -582,9 +582,6 @@ /* Define to 1 if you have the `XML_StopParser' function. */ #undef HAVE_XML_STOPPARSER -/* Define to 1 if you have the header file. */ -#undef HAVE_ZLIB_H - /* Define to 1 if your system has the _etext variable. */ #undef HAVE__ETEXT -- cgit v1.1