summaryrefslogtreecommitdiff
path: root/cpp/configure.ac
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-03-16 21:18:26 +0000
committerAlan Conway <aconway@apache.org>2007-03-16 21:18:26 +0000
commit5542860e2dea4bd76f68793b92e095c4a266f227 (patch)
tree22f28d0b72b5145261cccad26e9b6b0c91cf82c5 /cpp/configure.ac
parent6bc8ab8e4b209b841969544fc735361335040906 (diff)
downloadqpid-python-5542860e2dea4bd76f68793b92e095c4a266f227.tar.gz
Make --enable-valgrind the default, suppress all current leaks so we can see new ones. Fixing suppressed leaks is QPID-424.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@519146 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/configure.ac')
-rw-r--r--cpp/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/configure.ac b/cpp/configure.ac
index 1e6cf3fdb6..5a1d634184 100644
--- a/cpp/configure.ac
+++ b/cpp/configure.ac
@@ -127,7 +127,7 @@ AC_ARG_ENABLE(valgrind,
yes|no) enable_VALGRIND=$enableval;;
*) AC_MSG_ERROR([invalid valgrind enable/disable value: $enableval]);;
esac],
- [enable_VALGRIND=no] # no option given, default
+ [enable_VALGRIND=yes] # no option given, default
)
# We use valgrind for the tests. See if it's available.