Bug 480144 Fix Solaris bustage

This commit is contained in:
Ginn Chen 2009-03-12 14:24:04 +08:00
parent 1e84f8054e
commit bbf004a772

View File

@ -4949,7 +4949,7 @@ case "$target" in
;;
esac
if test -z "$SKIP_LIBRARY_CHECKS" -a test -z "$NO_EDITLINE"; then
if test -z "$SKIP_LIBRARY_CHECKS" -a -z "$NO_EDITLINE"; then
if test -n "$JS_WANT_READLINE"; then
AC_CHECK_LIB(readline, readline,
EDITLINE_LIBS="-lreadline",