diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-12-19 20:01:54 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-12-19 20:01:54 +0000 |
commit | 54db95afe380e6f446ed5c425e76361bec6f1af0 (patch) | |
tree | d293f4615f0798ae7ff678e2d5e9250bad37d275 /configure.in | |
parent | e7df604e32900cd5ac95765a30460be8d2de99cb (diff) | |
download | fetchmail-54db95afe380e6f446ed5c425e76361bec6f1af0.tar.gz fetchmail-54db95afe380e6f446ed5c425e76361bec6f1af0.tar.bz2 fetchmail-54db95afe380e6f446ed5c425e76361bec6f1af0.zip |
Before the IPV6 patch.
svn path=/trunk/; revision=2665
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 |