diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 3e438586..ca4addea 100644 --- a/configure.in +++ b/configure.in @@ -361,7 +361,7 @@ AC_ARG_WITH(ssl, [ --with-ssl=[DIR] enable SSL support using libraries in DIR], [with_ssl=$withval], [with_ssl=no]) -test "$with_netsec" = "yes" && AC_DEFINE(SSL_ENABLE) +test "$with_ssl" = "yes" && AC_DEFINE(SSL_ENABLE) if test "$with_ssl" = "yes" then |