From 21e7654902eef7a40aabbeac6a20bb0b744be30a Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 5 May 2013 10:24:22 +0100 Subject: make javascript library loading automatic if a pkg-config can be found --- Makefile.defaults | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.defaults') diff --git a/Makefile.defaults b/Makefile.defaults index d8f5b9b0c..515f4a042 100644 --- a/Makefile.defaults +++ b/Makefile.defaults @@ -63,9 +63,9 @@ NETSURF_USE_VIDEO := NO # Enable NetSurf's use of spidermonkey for javascript # Valid options: YES, NO, AUTO -NETSURF_USE_JS := NO +NETSURF_USE_JS := AUTO # Javascript support in older debian/ubuntu versions -NETSURF_USE_MOZJS := NO +NETSURF_USE_MOZJS := AUTO # Enable NetSurf's use of libharu for PDF export and GTK printing support. # There is no auto-detection available for this, as it does not have a -- cgit v1.2.3