aboutsummaryrefslogtreecommitdiffstats
path: root/dists
diff options
context:
space:
mode:
Diffstat (limited to 'dists')
-rw-r--r--dists/autogen/m4/fpc.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/dists/autogen/m4/fpc.m4 b/dists/autogen/m4/fpc.m4
index f7bf9e20..740071cb 100644
--- a/dists/autogen/m4/fpc.m4
+++ b/dists/autogen/m4/fpc.m4
@@ -89,7 +89,7 @@ AC_ARG_ENABLE(gprof,
AC_ARG_ENABLE(valgrind,
[AS_HELP_STRING([--enable-valgrind],
[Enable debugging with valgrind @<:@default=no@:>@])],
- [test x$enableval = xyes && PFLAGS_EXTRA="$PFLAGS_EXTRA -pv"], [])
+ [test x$enableval = xyes && PFLAGS_EXTRA="$PFLAGS_EXTRA -gv"], [])
# heaptrace
AC_ARG_ENABLE(heaptrace,