pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2011-07-22
2011-07-22 11:13:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>
cfb75cc389452d1ee7cce782237e50a64f77cd41 (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Configure: Cosmetic fix.
1569:
[disable support for the Mysql database]), [],[with_mysql=yes]) AC_ARG_WITH(valgrind, MY_DESCR([--with-valgrind=path],
-
[Support for running with valgrind. Implies --with-cleanup-on-exit.
-
Specify --without-cleanup-on-exit if you do not want this.]), [
+
[Support for running with valgrind. Implies --with-cleanup-on-exit.
])
+
MY_DESCR([],[
Specify --without-cleanup-on-exit if you do not want this.]),
+
[
if test "x$with_valgrind" = "xyes"; then AC_PATH_PROG(with_valgrind, valgrind, no) if test "x$with_valgrind" = "xno"; then