diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-03-31 03:58:15 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-03-31 03:59:04 -0700 |
commit | f24173ebf754866d4a1881a28dc2c07062c119d7 (patch) | |
tree | e45d9421f6d0ba52848cbd5571e967740f97290d /ld/config.in | |
parent | 0138187e9fc351c6d4615bbe2ab020a3ac646b50 (diff) | |
download | gdb-f24173ebf754866d4a1881a28dc2c07062c119d7.zip gdb-f24173ebf754866d4a1881a28dc2c07062c119d7.tar.gz gdb-f24173ebf754866d4a1881a28dc2c07062c119d7.tar.bz2 |
Remove --with-zlib from ld
This patch removes --with-zlib from ld.
ld/
* configure.ac (AM_ZLIB): Removed.
* Makefile.in: Regenerated.
* config.in: Likewise.
* configure: Likewise.
ld/testsuite/
* ld-bootstrap/bootstrap.exp (extralibs): Add -lz.
Diffstat (limited to 'ld/config.in')
-rw-r--r-- | ld/config.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ld/config.in b/ld/config.in index ad015fe..a9a37e0 100644 --- a/ld/config.in +++ b/ld/config.in @@ -148,9 +148,6 @@ /* Define to 1 if you have the <windows.h> header file. */ #undef HAVE_WINDOWS_H -/* Define to 1 if you have the <zlib.h> header file. */ -#undef HAVE_ZLIB_H - /* Define to the sub-directory in which libtool stores uninstalled libraries. */ #undef LT_OBJDIR |