From 464e9961f36e47f4c7c5463b4e14a56187da193c Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Wed, 13 Oct 2010 07:56:49 +0200 Subject: Raise the required version of libdhash libdhash version 0.4.2 is required because older versions cannot update hash entries. --- src/external/libdhash.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/external/libdhash.m4') diff --git a/src/external/libdhash.m4 b/src/external/libdhash.m4 index 4d5c5d1a5..f0184d1ec 100644 --- a/src/external/libdhash.m4 +++ b/src/external/libdhash.m4 @@ -3,7 +3,7 @@ AC_SUBST(DHASH_CFLAGS) AC_SUBST(DHASH_LIBS) PKG_CHECK_MODULES(DHASH, - dhash >= 0.4.0, + dhash >= 0.4.2, , AC_MSG_ERROR("Please install libdhash-devel") ) -- cgit