diff --git a/src/configure.in b/src/configure.in index 98c1a386efb92a74f3264f7af60c591aacdb0f73..7684d00845f1c0c56372cb5647c6e5722c75d527 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)