From 847b77628553c26679d0c18bbb0f376a957b20e3 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 22 Feb 2009 15:07:50 +0000 Subject: Purge NETSURF_USE_SSL and WITH_SSL svn path=/trunk/netsurf/; revision=6599 --- Makefile.config | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'Makefile.config') 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 -- cgit v1.2.3