mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
Fix misleading description on configure options
This commit is contained in:
parent
2ff409d3af
commit
eda8aff38b
@ -637,7 +637,7 @@ fi
|
|||||||
# This option sets the $with_spidermonkey variable.
|
# This option sets the $with_spidermonkey variable.
|
||||||
AC_ARG_WITH([spidermonkey],
|
AC_ARG_WITH([spidermonkey],
|
||||||
[AS_HELP_STRING([--with-spidermonkey],
|
[AS_HELP_STRING([--with-spidermonkey],
|
||||||
[enable ECMAScript browser scripting (requires SpiderMonkey)])])
|
[enable SpiderMonkey Mozilla Javascript engine])])
|
||||||
|
|
||||||
# CONFIG_SPIDERMONKEY is initially blank. We change it to "yes" or "no"
|
# 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.
|
# 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,
|
AC_ARG_ENABLE(sm-scripting,
|
||||||
[ --disable-sm-scripting disable SpiderMonkey Mozilla Javascript engine],
|
[ --disable-sm-scripting disable ECMAScript browser scripting],
|
||||||
[if test "$enableval" != no; then enableval="yes"; fi
|
[if test "$enableval" != no; then enableval="yes"; fi
|
||||||
CONFIG_SCRIPTING_SPIDERMONKEY="$enableval";])
|
CONFIG_SCRIPTING_SPIDERMONKEY="$enableval";])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user