summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2016-02-24 13:22:23 -0600
committerDavid Teigland <teigland@redhat.com>2016-02-24 13:22:23 -0600
commit718a695b0c0fe0c9088758499e5daae2cb0652a2 (patch)
tree935418e6d35b45d7e7165947fe5a48f04a1dde58
parent664fa6d1be10a807f8edc13801b1cd62248ae76f (diff)
downloadlvm2-718a695b0c0fe0c9088758499e5daae2cb0652a2.tar.gz
configure: require sanlock 3.3.0
For a sanlock flag added in that version.
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 7a5aa5d3e..e8723f4da 100644
--- a/configure.in
+++ b/configure.in
@@ -1159,7 +1159,7 @@ BUILD_LOCKDSANLOCK=$LOCKDSANLOCK
dnl -- Look for sanlock libraries
if test "$BUILD_LOCKDSANLOCK" = yes; then
- PKG_CHECK_MODULES(LOCKD_SANLOCK, libsanlock_client, [HAVE_LOCKD_SANLOCK=yes], $bailout)
+ PKG_CHECK_MODULES(LOCKD_SANLOCK, libsanlock_client >= 3.3.0, [HAVE_LOCKD_SANLOCK=yes], $bailout)
AC_DEFINE([LOCKDSANLOCK_SUPPORT], 1, [Define to 1 to include code that uses lvmlockd sanlock option.])
BUILD_LVMLOCKD=yes
fi