diff options
Diffstat (limited to 'sim/common/common.m4')
-rw-r--r-- | sim/common/common.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/common.m4 b/sim/common/common.m4 index 215208d8712..97a2c614b44 100644 --- a/sim/common/common.m4 +++ b/sim/common/common.m4 @@ -56,7 +56,7 @@ AC_CHECK_LIB(nsl, gethostbyname) # BFD conditionally uses zlib, so we must link it in if libbfd does, by # using the same condition. -AC_SEARCH_LIBS(zlibVersion, z, [AC_CHECK_HEADERS(zlib.h)]) +AM_ZLIB . ${srcdir}/../../bfd/configure.host |