pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2004-03-21
2004-03-21 06:19:03 by Martin Nilsson <mani@lysator.liu.se>
ec2d7558366f378cf7635a9438fbd251096a14a0 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Latest valgrind has no default tool.
Rev: src/configure.in:1.823
1:
-
AC_REVISION("$Id: configure.in,v 1.
822
2004/03/
17
14
:
59
:
31
grubba
Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
823
2004/03/
21
06
:
19
:
03
nilsson
Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
1542:
else VALGRIND="$with_valgrind" # Make valgrind a bit silent by default.
-
VALGRINDARGS=-q
+
VALGRINDARGS=
"
-q
--tool=memcheck"
AC_DEFINE(USE_VALGRIND) if test "x$with_copt" != "xno"; then