summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Barisione <marco@barisione.org>2011-05-19 12:58:32 +0100
committerMarco Barisione <marco@barisione.org>2011-05-23 14:23:02 +0100
commita72612a0b52e7c6ccdbec5da5e060589383f21b7 (patch)
tree251e251bee65651c8bf171a528aeac62ecb39939
parent0f484ff84530777a6c18720b1389aa13e64d8e2e (diff)
Depend on libiphb >= 0.61.31
The newer libiphb is needed to help synchronisation between multiple applications.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 42ad49e..1f99407 100644
--- a/configure.ac
+++ b/configure.ac
@@ -96,7 +96,7 @@ AC_ARG_WITH(iphb,
[with_iphb=no]
)
if test "x$with_iphb" != xno; then
- PKG_CHECK_MODULES(IPHB, [libiphb],
+ PKG_CHECK_MODULES(IPHB, [libiphb >= 0.61.31],
[
AC_DEFINE([HAVE_LIBIPHB], [], [IP heartbeat library is available])
]