summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarco Barisione <marco@barisione.org>2011-05-16 15:01:57 +0100
committerMarco Barisione <marco@barisione.org>2011-05-16 16:32:09 +0100
commit06e8d6978a7a9a28b1d34b1d079e8e33d48e1267 (patch)
tree9cbfac26ed619950696ee156e1f59c8875efa30b /configure.ac
parent07a226925f7fccad7d38dc165318858f76f36bd3 (diff)
configure: depend on libiphb >= 0.61.31
The newer libiphb is needed to help synchronisation between multiple applications.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 76f09b5..dfc5e0f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -175,7 +175,7 @@ AC_SUBST(LIBSASL2_LIBS)
AC_SUBST(LIBSASL2_CFLAGS)
AM_CONDITIONAL(HAVE_LIBSASL2, test "x$HAVE_LIBSASL2" = "xyes")
-PKG_CHECK_MODULES(LIBIPHB, [libiphb],
+PKG_CHECK_MODULES(LIBIPHB, [libiphb >= 0.61.31],
[AC_DEFINE(HAVE_IPHB, 1, [libiphb is available])
have_iphb=yes
],