fi
fi
- if $ldd "$mhbin/inc" | grep sasl >/dev/null; then
+ if $ldd "`$mhbin/mhparam libdir`/post" | grep sasl >/dev/null; then
config_sasl=y
fi
- if $ldd "$mhbin/inc" | grep ssl >/dev/null; then
+ if $ldd "`$mhbin/mhparam libdir`/post" | grep ssl >/dev/null; then
config_tls=y
fi
fi
grep 'Error' "$logfile"
#### Ignore the warning when sbr/dtimep.c is built with flex 2.5.36
#### or 2.5.37.
-grep 'warn' "$logfile" | grep -v 'sbr/dtimep.c:.*-Wsign-compare'
+grep 'warn' "$logfile" | \
+ grep -v 'sbr/dtimep.c:.*comparison between signed and unsigned'
if [ $status -ne 0 ]; then
echo build failed!
echo build log is in "$logfile"