mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[configure.ac] Fix build without spidermonkey
This commit is contained in:
parent
4a2f105738
commit
0951190949
@ -701,13 +701,12 @@ done
|
|||||||
if test -z "$CONFIG_SPIDERMONKEY"; then
|
if test -z "$CONFIG_SPIDERMONKEY"; then
|
||||||
# Didn't find SpiderMonkey anywhere.
|
# Didn't find SpiderMonkey anywhere.
|
||||||
CONFIG_SPIDERMONKEY=no
|
CONFIG_SPIDERMONKEY=no
|
||||||
else
|
|
||||||
CONFIG_XML=yes
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
EL_RESTORE_FLAGS
|
EL_RESTORE_FLAGS
|
||||||
|
|
||||||
if test "x$CONFIG_SPIDERMONKEY" = xyes; then
|
if test "x$CONFIG_SPIDERMONKEY" = xyes; then
|
||||||
|
CONFIG_XML=yes
|
||||||
EL_CONFIG(CONFIG_ECMASCRIPT_SMJS, [SpiderMonkey document scripting])
|
EL_CONFIG(CONFIG_ECMASCRIPT_SMJS, [SpiderMonkey document scripting])
|
||||||
else
|
else
|
||||||
CONFIG_ECMASCRIPT_SMJS=no
|
CONFIG_ECMASCRIPT_SMJS=no
|
||||||
|
Loading…
Reference in New Issue
Block a user