stop the build whinging about NETSURF_USE_JS := AUTO

This commit is contained in:
Chris Young 2013-05-12 20:06:59 +01:00
parent a752390abe
commit 1304a939c3

View File

@ -36,5 +36,11 @@
# Valid options: YES, NO, AUTO
NETSURF_USE_AMIGA_CAIRO := AUTO
# Enable NetSurf's use of Spidermonkey 1.80+
# Only here to stop the build complaining;
# enable NETSURF_USE_MOZJS instead for JavaScript support
# Valid options: NO
NETSURF_USE_JS := NO
# Optimisation levels
CFLAGS += -O2 -gstabs