diff options
author | Sumit Bose <sbose@redhat.com> | 2010-10-13 07:56:49 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-10-13 07:56:21 -0400 |
commit | 464e9961f36e47f4c7c5463b4e14a56187da193c (patch) | |
tree | 7df1dfd61cef0610951562a7508a157b988c96ae | |
parent | 8cdb7217d221a54feaa7a1f967404c199ae541e5 (diff) | |
download | sssd-464e9961f36e47f4c7c5463b4e14a56187da193c.tar.gz sssd-464e9961f36e47f4c7c5463b4e14a56187da193c.tar.xz sssd-464e9961f36e47f4c7c5463b4e14a56187da193c.zip |
Raise the required version of libdhash
libdhash version 0.4.2 is required because older versions cannot update
hash entries.
-rw-r--r-- | src/external/libdhash.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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") ) |