From ad8dd63f258c4d73e06622ebe930db265d049c94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Sun, 1 Dec 1996 05:15:38 +0100 Subject: [PATCH] Added with-ssleay option. Rev: src/configure.in:1.25 --- src/configure.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/configure.in b/src/configure.in index 98c1a386ef..7684d00845 100644 --- a/src/configure.in +++ b/src/configure.in @@ -1,4 +1,4 @@ -# $Id: configure.in,v 1.24 1996/11/22 22:21:04 hubbe Exp $ +# $Id: configure.in,v 1.25 1996/12/01 04:15:38 nisse Exp $ AC_INIT(interpret.c) @@ -28,7 +28,8 @@ AC_ARG_WITH(gmp, [ --without-gmp no Support bignums]) AC_ARG_WITH(readline,[ --without-readline no support for command line editing]) AC_ARG_WITH(debug, [ --without-debug disable run time self tests],[],[with_debug=yes]) AC_ARG_WITH(threads, [ --without-threads no threads support],[],[with_threads=yes]) -AC_ARG_WITH(zlib, [ --without-zlib no gz compression suppoort],[],[with_zlib=yes]) +AC_ARG_WITH(zlib, [ --without-zlib no gz compression support],[],[with_zlib=yes]) +AC_ARG_WITH(ssleay, [ --without-ssleay no support for the secure socket protocol],[],[with_ssleay=yes]) if test x$with_debug = xyes ; then AC_DEFINE(DEBUG) -- GitLab