From 604c2d883693fc7197a374f507fab82486c4302c Mon Sep 17 00:00:00 2001 From: Jan Vidar Krey Date: Mon, 3 Aug 2009 23:59:19 +0200 Subject: [PATCH] Disable SSL by default. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 1864a44..0496325 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -9,7 +9,7 @@ MV := mv RANLIB := ranlib CFLAGS += -pipe -Wall USE_PCH ?= YES -USE_SSL ?= YES +USE_SSL ?= NO USE_BIGENDIAN ?= AUTO BITS ?= AUTO SILENT ?= YES