From 934a1b047b172ad1324dc8870f4672b3077c417e Mon Sep 17 00:00:00 2001 From: sheldonh Date: Mon, 11 Jun 2001 07:53:55 +0000 Subject: Don't link against libssl and libcrypto when TLS support is disabled. --- mail/exim/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mail/exim') diff --git a/mail/exim/Makefile b/mail/exim/Makefile index a59a12392b31..c0947491b246 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -71,6 +71,8 @@ SEDLIST+= -e 's,^EXIM_MONITOR,\#EXIM_MONITOR,' .if !defined(WITHOUT_TLS) SEDLIST+= -e 's,^\# SUPPORT_TLS=,SUPPORT_TLS=,' +.else +SEDLIST+= -e 's,^TLS_LIBS,\#TLS_LIBS,' .endif .if !defined(WITHOUT_PERL) -- cgit