diff options
| author | Charles Kerr <charles.kerr@canonical.com> | 2012-03-29 11:33:24 -0700 |
|---|---|---|
| committer | Charles Kerr <charles.kerr@canonical.com> | 2012-03-29 11:33:24 -0700 |
| commit | bc392e208fa1f9b46c77ea8142dadd629722663a (patch) | |
| tree | 360ea9101d0ae45fdba3e3a15d4eaab7de587793 /configure.ac | |
| parent | ebab055ed741101f59c320367eb8be7484555a48 (diff) | |
| parent | 86df02fa5a703cacd492db1b999f9449c3247c6b (diff) | |
| download | libdbusmenu-bc392e208fa1f9b46c77ea8142dadd629722663a.tar.gz libdbusmenu-bc392e208fa1f9b46c77ea8142dadd629722663a.tar.bz2 libdbusmenu-bc392e208fa1f9b46c77ea8142dadd629722663a.zip | |
Import upstream version 0.5.96
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 42c5b3d..e397cb5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(libdbusmenu, 0.5.95, ted@canonical.com) +AC_INIT(libdbusmenu, 0.5.96, ted@canonical.com) AC_COPYRIGHT([Copyright 2009,2010 Canonical]) AC_PREREQ(2.62) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(libdbusmenu, 0.5.95, [-Wno-portability]) +AM_INIT_AUTOMAKE(libdbusmenu, 0.5.96, [-Wno-portability]) AM_MAINTAINER_MODE @@ -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] ) ]) |
