mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 480144 Fix Solaris bustage
This commit is contained in:
parent
1e84f8054e
commit
bbf004a772
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user