summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@yahoo.com>2017-07-26 23:06:58 +0200
committerJoel Klinghed <the_jk@yahoo.com>2017-07-26 23:06:58 +0200
commit51587ef41ab94dca2900267a5edcab4345b8f663 (patch)
tree62d3879037fd311184d67d87a2f697a7a9bcd543 /configure.ac
parentba31faa55abedea506443df821e32aff93378c15 (diff)
Add SSL interception to Setup in GUI
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index faa383c..95cb2ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -114,6 +114,7 @@ AS_IF([test x$have_ssl != x1],
AC_SUBST([SSL_CFLAGS])
AC_SUBST([SSL_LIBS])
+AC_DEFINE_UNQUOTED([HAVE_SSL],[$have_ssl],[define to 1 if any SSL support is compiled in])
AM_CONDITIONAL([HAVE_SSL],[test "x$have_ssl" = "x1"])
AM_CONDITIONAL([HAVE_MBEDTLS],[test "x$ssl_mbedtls" = "x1"])
AM_CONDITIONAL([HAVE_OPENSSL],[test "x$ssl_openssl" = "x1"])