1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-25 01:05:37 +00:00

Only set CONFIG_ECMASCRIPT_SMJS if CONFIG_SPIDERMONKEY is also defined

This commit is contained in:
Jonas Fonseca 2006-01-13 01:33:40 +01:00 committed by Jonas Fonseca
parent 5685221512
commit a0dc1238b9

View File

@ -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