mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Predicate the SpiderMonkey scripting backend on CONFIG_SPIDERMONKEY
rather than on CONFIG_ECMASCRIPT.
This commit is contained in:
parent
fa124d0988
commit
9fb9e8700d
@ -7,7 +7,7 @@ SUBDIRS-$(CONFIG_PERL) += perl
|
||||
SUBDIRS-$(CONFIG_PYTHON) += python
|
||||
SUBDIRS-$(CONFIG_RUBY) += ruby
|
||||
SUBDIRS-$(CONFIG_SEE) += see
|
||||
SUBDIRS-$(CONFIG_ECMASCRIPT) += smjs
|
||||
SUBDIRS-$(CONFIG_SPIDERMONKEY) += smjs
|
||||
|
||||
OBJS = scripting.o
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user