From f6119b76d73b9cdff3cbfd902675a36bcacbcd48 Mon Sep 17 00:00:00 2001 From: Marius Halden Date: Sun, 8 Nov 2015 08:58:37 +0100 Subject: Start adding ssl support --- configure | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 9cc81794..d2979130 100755 --- a/configure +++ b/configure @@ -612,6 +612,10 @@ if [ "$ret" = "0" ]; then exit 1 fi; +if [ "$ssl" = "gnutls" ]; then + echo '#define WITH_GNUTLS' >> config.h +fi + echo 'SSL_CLIENT=ssl_'$ssl'.o' >> Makefile.settings if detect_nameser_has_ns_types; then -- cgit v1.2.3