From f4c44b761bde292694f67f1836472277a25fcb75 Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 21 Dec 2004 10:16:04 +0000 Subject: NOCRYPT -> NO_CRYPT --- lib/bind/config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/bind') diff --git a/lib/bind/config.mk b/lib/bind/config.mk index 970400b..70e60a6 100644 --- a/lib/bind/config.mk +++ b/lib/bind/config.mk @@ -34,7 +34,7 @@ CFLAGS+= -DWANT_IPV6 .endif # Enable crypto if available -.if !defined(NOCRYPT) +.if !defined(NO_CRYPT) CFLAGS+= -DOPENSSL .endif @@ -91,7 +91,7 @@ BIND_LDADD= ${BIND_DPADD} .endif # Link against crypto library -.if !defined(NOCRYPT) +.if !defined(NO_CRYPT) CRYPTO_DPADD= ${LIBCRYPTO} CRYPTO_LDADD= -lcrypto .endif -- cgit v1.1