From 54db95afe380e6f446ed5c425e76361bec6f1af0 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 19 Dec 1999 20:01:54 +0000 Subject: Before the IPV6 patch. svn path=/trunk/; revision=2665 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') 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 -- cgit v1.2.3