1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-15 23:35:34 +00:00

[configure.ac] mozjs up to 78

This commit is contained in:
Witold Filipczyk 2021-09-10 19:18:05 +02:00
parent 336169f339
commit 47e199ade9

View File

@ -661,11 +661,11 @@ case "$with_spidermonkey" in
;;
esac
for package in mozjs-52; do
for package in mozjs-78; do
if test -n "$CONFIG_SPIDERMONKEY"; then
break
else
AC_MSG_CHECKING([for SpiderMonkey (mozjs-52) in pkg-config $package])
AC_MSG_CHECKING([for SpiderMonkey (mozjs-78) in pkg-config $package])
if $PKG_CONFIG $pkg_config_static --cflags --libs $package > /dev/null 2>&AS_MESSAGE_LOG_FD; then
DB_LOCALSTORAGE_LIBS="$($PKG_CONFIG $pkg_config_static --libs sqlite3)"
XMLPLUSPLUS_LIBS="$($PKG_CONFIG $pkg_config_static --libs libxml++-5.0)"