diff options
author | Roland McGrath <roland@gnu.org> | 2012-01-10 00:02:47 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2012-01-10 00:02:47 +0000 |
commit | 52546677d16665d5807657b453c808d1d625c309 (patch) | |
tree | e957e7571291ea8e4b461d75bd45ae7b208fb863 /ld/configure.in | |
parent | 4299088ecd2d8e9bbfec05761ac8295830ab4737 (diff) | |
download | gdb-52546677d16665d5807657b453c808d1d625c309.zip gdb-52546677d16665d5807657b453c808d1d625c309.tar.gz gdb-52546677d16665d5807657b453c808d1d625c309.tar.bz2 |
binutils/
* configure.in: Use AM_ZLIB.
* configure: Regenerated.
ld/
* configure.in: Use AM_ZLIB.
* configure: Regenerated.
Diffstat (limited to 'ld/configure.in')
-rw-r--r-- | ld/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/configure.in b/ld/configure.in index 44013aa..63936f2 100644 --- a/ld/configure.in +++ b/ld/configure.in @@ -217,7 +217,7 @@ AC_CHECK_DECLS([strstr, free, sbrk, getenv, environ]) # Link in zlib if we can. This is needed only for the bootstrap tests # right now, since those tests use libbfd, which depends on zlib. -AC_SEARCH_LIBS(zlibVersion, z, [AC_CHECK_HEADERS(zlib.h)]) +AM_ZLIB # When converting linker scripts into strings for use in emulation # files, use astring.sed if the compiler supports ANSI string |