mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
Update configure.ac
Fix misleading description on configure options
This commit is contained in:
parent
f5463b8758
commit
2ff409d3af
@ -637,7 +637,7 @@ fi
|
||||
# This option sets the $with_spidermonkey variable.
|
||||
AC_ARG_WITH([spidermonkey],
|
||||
[AS_HELP_STRING([--with-spidermonkey],
|
||||
[disable SpiderMonkey Mozilla JavaScript engine support])])
|
||||
[enable ECMAScript browser scripting (requires SpiderMonkey)])])
|
||||
|
||||
# CONFIG_SPIDERMONKEY is initially blank. We change it to "yes" or "no"
|
||||
# when we know for sure whether we're going to use SpiderMonkey or not.
|
||||
@ -730,7 +730,7 @@ AC_SUBST(CONFIG_ECMASCRIPT_SMJS_HEARTBEAT)
|
||||
# ===================================================================
|
||||
|
||||
AC_ARG_ENABLE(sm-scripting,
|
||||
[ --disable-sm-scripting ECMAScript browser scripting (requires Spidermonkey)],
|
||||
[ --disable-sm-scripting disable SpiderMonkey Mozilla Javascript engine],
|
||||
[if test "$enableval" != no; then enableval="yes"; fi
|
||||
CONFIG_SCRIPTING_SPIDERMONKEY="$enableval";])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user