diff options
author | Marius Halden <marius.h@lden.org> | 2015-11-08 08:58:37 +0100 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2016-05-07 14:26:17 +0200 |
commit | f6119b76d73b9cdff3cbfd902675a36bcacbcd48 (patch) | |
tree | 6c6f1581fd53a5b3094bfdc46838c2c893760a20 /configure | |
parent | f0ff36f558329d096526004d4d912973bafd3904 (diff) |
Start adding ssl support
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |