mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -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)
|
AC_SUBST(SPIDERMONKEY_CFLAGS)
|
||||||
fi
|
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])
|
EL_CONFIG(CONFIG_ECMASCRIPT_SMJS, [SpiderMonkey document scripting])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user