From 608a18caff8d1b994ab24fa74b64885e67e6348e Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 19 Sep 2016 22:02:51 +0100 Subject: remove junk references to old javascript implementations --- Makefile.defaults | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'Makefile.defaults') diff --git a/Makefile.defaults b/Makefile.defaults index 1651a2d21..c2a91e625 100644 --- a/Makefile.defaults +++ b/Makefile.defaults @@ -32,7 +32,7 @@ # ---------------------------------------------------------------------------- # Enable NetSurf's use of libcurl for fetching over http(s) -# Valid options: YES, NO +# Valid options: YES, NO (highly recommended) NETSURF_USE_CURL := YES # Enable NetSurf's use of openssl for fetching over https @@ -59,12 +59,8 @@ NETSURF_USE_PNG := YES # Valid options: YES, NO NETSURF_USE_VIDEO := NO -# Enable NetSurf's use of spidermonkey for javascript -# Valid options: YES, NO, AUTO -NETSURF_USE_JS := NO -# Javascript support in older debian/ubuntu versions -NETSURF_USE_MOZJS := NO -# Or use duktape +# Enable NetSurf's use of duktape for javascript +# Valid options: YES, NO NETSURF_USE_DUKTAPE := YES # Enable NetSurf's use of libharu for PDF export and GTK printing support. -- cgit v1.2.3