about summary refs log tree commit diff
path: root/configure.ng
diff options
context:
space:
mode:
authorJohann Hartwig Hauschild <git@hauschild.it>2020-04-25 00:04:38 +0200
committerJohann Hartwig Hauschild <git@hauschild.it>2020-04-25 00:04:38 +0200
commit11ea6a5070e27194a28267937067203d13e5b4a4 (patch)
treef9ffca4a89f44ccaae79a3471786862b10d44fc6 /configure.ng
parent86f3c563d6a6f86fd4f8c9fc303808bbf85d29c3 (diff)
downloadngircd-11ea6a5070e27194a28267937067203d13e5b4a4.tar.gz
ngircd-11ea6a5070e27194a28267937067203d13e5b4a4.zip
updating testsuite to support ssl-tests
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