aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-03-29 07:44:31 -0700
committerCharles Kerr <charles.kerr@canonical.com>2012-03-29 07:44:31 -0700
commit921aacaeec41ef3b62d2c1650f9f872eea921013 (patch)
treed12db36a7cedb1d3ce93da2fab0a227d46507a74 /configure.ac
parent4c0ab8af125ecdac6690bc56ab60f0059bafad9f (diff)
parent11ee75120bad73033ccd1ec1ceb919395023084e (diff)
downloadlibdbusmenu-921aacaeec41ef3b62d2c1650f9f872eea921013.tar.gz
libdbusmenu-921aacaeec41ef3b62d2c1650f9f872eea921013.tar.bz2
libdbusmenu-921aacaeec41ef3b62d2c1650f9f872eea921013.zip
merge lp:~ted/dbusmenu/instruction-count-testing to support benchmarking based on callgrind measurements h/t Chase
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 42c5b3d..04c93e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -118,7 +118,8 @@ AM_CONDITIONAL([WANT_TESTS], [test "x$enable_tests" != "xno"])
AS_IF([test "x$enable_tests" != "xno"],[
PKG_CHECK_MODULES(DBUSMENUTESTS, json-glib-1.0 >= $JSON_GLIB_REQUIRED_VERSION
- gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION,
+ gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION
+ valgrind,
[have_tests=yes]
)
])