mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Only set CONFIG_ECMASCRIPT_SMJS if CONFIG_SPIDERMONKEY is also defined
This commit is contained in:
parent
5685221512
commit
a0dc1238b9
@ -596,7 +596,8 @@ else
|
||||
AC_SUBST(SPIDERMONKEY_CFLAGS)
|
||||
fi
|
||||
|
||||
if test "$CONFIG_ECMASCRIPT_SEE" != yes; then
|
||||
if test "$CONFIG_SPIDERMONKEY" = yes &&
|
||||
test "$CONFIG_ECMASCRIPT_SEE" != yes; then
|
||||
EL_CONFIG(CONFIG_ECMASCRIPT_SMJS, [SpiderMonkey document scripting])
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user