Branch: Tag:

1996-12-01

1996-12-01 04:15:38 by Niels Möller <nisse@lysator.liu.se>

Added with-ssleay option.

Rev: src/configure.in:1.25

1: - # $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:   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)