make javascript library loading automatic if a pkg-config can be found

This commit is contained in:
Vincent Sanders 2013-05-05 10:24:22 +01:00
parent 63bef862fb
commit 21e7654902
1 changed files with 2 additions and 2 deletions

View File

@ -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