pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
1999-11-24
1999-11-24 21:40:32 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
43a6c8d7ccfb1e5e4c5677bfcac2c0bc16c98e96 (
9
lines) (+
7
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
added --without-copt for compilers
Rev: src/configure.in:1.333
1:
-
AC_REVISION("$Id: configure.in,v 1.
332
1999/11/
23
07
:
07
:
02
hubbe Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
333
1999/11/
24
21
:
40
:
32
hubbe Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
406:
AC_ARG_WITH(debug, [ --without-debug disable run debugging],[],[with_debug=]) AC_ARG_WITH(rtldebug, [ --without-rtldebug disable run time self tests],[],[with_rtldebug=]) AC_ARG_WITH(cdebug, [ --without-cdebug disable -g],[],[with_cdebug=])
+
AC_ARG_WITH(cdebug, [ --without-copt disable -O2],[],[with_copt=])
AC_ARG_WITH(threads, [ --without-threads no threads support],[],[with_threads=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])
3285:
;; esac
-
+
#############################################################################
-
+
if test "x$with_copt" = xno ; then
+
OPTIMIZE=
+
fi
+
#############################################################################
echo echo "Compiler summary:"