diff options
Diffstat (limited to 'configure.ng')
| -rw-r--r-- | configure.ng | 2 |
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 |