pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
1996-12-01
1996-12-01 04:15:38 by Niels Möller <nisse@lysator.liu.se>
ad8dd63f258c4d73e06622ebe930db265d049c94 (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
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)