summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-02-22 15:07:50 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-02-22 15:07:50 +0000
commit847b77628553c26679d0c18bbb0f376a957b20e3 (patch)
treef6254944580e1185a31d654f775516ab9037dcc4 /Makefile.config
parent565d26732883a84efe67f0e9593e4b2ef9e92d35 (diff)
downloadnetsurf-847b77628553c26679d0c18bbb0f376a957b20e3.tar.gz
netsurf-847b77628553c26679d0c18bbb0f376a957b20e3.tar.bz2
Purge NETSURF_USE_SSL and WITH_SSL
svn path=/trunk/netsurf/; revision=6599
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config11
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile.config b/Makefile.config
index 53f971022..3cc70c789 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -41,11 +41,6 @@ NETSURF_USE_MNG := YES
# Valid options: YES, NO
NETSURF_USE_HARU_PDF := YES
-# Enable NetSurf's SSL code. This currently requires openssl and
-# libcurl-openssl to be installed on the system. The autodetection for
-# this involves running curl-config.
-NETSURF_USE_SSL := AUTO
-
# Enable stripping the NetSurf binary
# Valid options: YES, NO
NETSURF_STRIP_BINARY := NO
@@ -97,9 +92,6 @@ ifeq ($(TARGET),riscos)
# Valid options: YES, NO
NETSURF_USE_PLUGINS := NO
- # Force SSL on, because we can't autodetect it.
- NETSURF_USE_SSL := YES
-
# Optimisation levels
CFLAGS += -O2 -Wuninitialized
@@ -175,9 +167,6 @@ ifeq ($(TARGET),amiga)
# Valid options: YES, NO, AUTO (highly recommended)
NETSURF_USE_HUBBUB := YES
- # Force SSL on, because we can't autodetect it.
- NETSURF_USE_SSL := YES
-
# Enable NetSurf's use of libsvgtiny for displaying SVGs
# (NB: Requires NETSURF_AMIGA_USE_CAIRO)
# Valid options: YES, NO