diff options
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 1 |
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"]) |
