From cb6bba7fb95d61509dbe1949ddd76b10b1d318f8 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 15 Feb 2009 12:37:54 +0000 Subject: Fix Amiga SSL build svn path=/trunk/netsurf/; revision=6528 --- Makefile.config | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.config') diff --git a/Makefile.config b/Makefile.config index a0b0c62e0..46da07e5a 100644 --- a/Makefile.config +++ b/Makefile.config @@ -175,6 +175,9 @@ 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