about summary refs log tree commit diff
path: root/configure.ng
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2020-05-06 23:36:19 +0200
committerGitHub <noreply@github.com>2020-05-06 23:36:19 +0200
commit02850008f4a4e8fff5799157d21ee7924345b3e1 (patch)
tree5d7c3dc13d3a2ba3e4008cddd3aee9e88ccae815 /configure.ng
parent52d8fa2c09c36632c1cacd8242e22e9de920ec9f (diff)
parent11ea6a5070e27194a28267937067203d13e5b4a4 (diff)
downloadngircd-02850008f4a4e8fff5799157d21ee7924345b3e1.tar.gz
ngircd-02850008f4a4e8fff5799157d21ee7924345b3e1.zip
Merge pull request #269 from hillu/gnutls-reload-cert
Add support for GnuTLS certificate reload.

Thanks a lot, Hilko Bengen!
Diffstat (limited to 'configure.ng')
-rw-r--r--configure.ng2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ng b/configure.ng
index d1f731bc..59d9d9fe 100644
--- a/configure.ng
+++ b/configure.ng
@@ -506,6 +506,8 @@ if test "$x_ssl_openssl" = "yes"; then
 	x_ssl_lib=openssl
 fi
 
+AM_CONDITIONAL(HAVE_SSL, [test $x_ssl_lib != "no"])
+
 # use TCP wrappers?
 
 x_tcpwrap_on=no