summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-12-20 11:02:45 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-12-20 11:02:45 +0100
commit4c92c8aa27437a2f6b29749af187c0e15d13f83f (patch)
tree13f89a1b5e7e62b8eeb73c122dd24362edf0664a /m4
parent992bf9932c0e112f7c18ec613a7e7b877088b41f (diff)
downloadtwister-4c92c8aa27437a2f6b29749af187c0e15d13f83f.tar.gz
twister-4c92c8aa27437a2f6b29749af187c0e15d13f83f.tar.bz2
twister-4c92c8aa27437a2f6b29749af187c0e15d13f83f.zip
Init zlib if needed.
Diffstat (limited to 'm4')
-rw-r--r--m4/libtool.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/libtool.m4 b/m4/libtool.m4
index e67ed69..c81e669 100644
--- a/m4/libtool.m4
+++ b/m4/libtool.m4
@@ -4063,7 +4063,8 @@ _LT_EOF
if AC_TRY_EVAL(ac_compile); then
# Now try to grab the symbols.
nlist=conftest.nm
- if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
+ $ECHO "$as_me:$LINENO: $NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist" >&AS_MESSAGE_LOG_FD
+ if eval "$NM" conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist 2>&AS_MESSAGE_LOG_FD && test -s "$nlist"; then
# Try sorting and uniquifying the output.
if sort "$nlist" | uniq > "$nlist"T; then
mv -f "$nlist"T "$nlist"