pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2001-03-13
2001-03-13 13:23:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>
28816f4caaba889b576aa3dfc6306f3a1566f7af (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed --without-dmalloc-malloc & --with-dmalloc-leaks.
Rev: src/configure.in:1.500
1:
-
AC_REVISION("$Id: configure.in,v 1.
499
2001/03/13
09
:
06
:
34
hubbe
Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
500
2001/03/13
13
:
23
:
58
grubba
Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
786:
AC_ARG_WITH(gdbm, [ --without-gdbm no GNU database manager support ]) AC_ARG_WITH(gmp, [ --without-gmp no support for Gmp bignums]) AC_ARG_WITH(dmalloc, [ --with-dmalloc enable memory-leak tests],[with_debug="yes" AC_DEFINE(DEBUG_MALLOC,10)],[])
-
AC_ARG_WITH(dmalloc,
[ --without-dmalloc-malloc Disable overloading malloc(3)],[ ],[ AC_DEFINE(ENCAPSULATE_MALLOC,1) ])
-
AC_ARG_WITH(dmalloc,
[ --with-malloc-leaks Report memory allocated by malloc(3) as leaks.],[ AC_DEFINE(REPORT_ENCAPSULATED_MALLOC,1) ],[])
+
AC_ARG_WITH(dmalloc
-malloc
,[ --without-dmalloc-malloc Disable overloading malloc(3)],[ ],[ AC_DEFINE(ENCAPSULATE_MALLOC,1) ])
+
AC_ARG_WITH(dmalloc
-malloc-leaks
,[ --with-malloc-leaks Report memory allocated by malloc(3) as leaks.],[ AC_DEFINE(REPORT_ENCAPSULATED_MALLOC,1) ],[])
AC_ARG_WITH(dmalloc-trace,[ --with-dmalloc-trace enable tracepoints],[with_dmalloc_trace="yes" AC_DEFINE(DMALLOC_TRACE,10)],[]) AC_ARG_WITH(debug, [ --without-debug disable run debugging],[],[with_debug=]) AC_ARG_WITH(rtldebug, [ --with-rtldebug enable run time self tests],[],[with_rtldebug=])