summaryrefslogtreecommitdiff
path: root/Makefile.config.example
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-09-19 22:02:51 +0100
committerVincent Sanders <vince@kyllikki.org>2016-09-19 22:02:51 +0100
commit608a18caff8d1b994ab24fa74b64885e67e6348e (patch)
tree1b1b7bd1725347b834fd593ab72d6119704dc744 /Makefile.config.example
parentb78e887ba097decb2fc774ab70f2bd8a671f9928 (diff)
downloadnetsurf-608a18caff8d1b994ab24fa74b64885e67e6348e.tar.gz
netsurf-608a18caff8d1b994ab24fa74b64885e67e6348e.tar.bz2
remove junk references to old javascript implementations
Diffstat (limited to 'Makefile.config.example')
-rw-r--r--Makefile.config.example7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile.config.example b/Makefile.config.example
index 686ffea3a..aeddc1071 100644
--- a/Makefile.config.example
+++ b/Makefile.config.example
@@ -28,11 +28,8 @@
### following line
# override NETSURF_FB_FONTLIB := freetype
-### To enable/disable JavaScript support, uncomment the appropriate line below.
-# override NETSURF_USE_JS := NO
-# override NETSURF_USE_JS := YES
-# override NETSURF_USE_MOZJS := NO
-# override NETSURF_USE_MOZJS := YES
+### To disable JavaScript support, uncomment the appropriate line below.
+# override NETSURF_USE_DUKTAPE := NO
### To change flags to javascript binding generator
# GBFLAGS:=-g