From 94da2c97925f43264ff8311839e996e7a2675eb1 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Tue, 26 Nov 2024 14:36:01 +0100 Subject: [PATCH] configure: autoreconf --- configure | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 5147c7910..fc87daf3d 100755 --- a/configure +++ b/configure @@ -13433,7 +13433,7 @@ fi if test "$NOTIFYDBUS_SUPPORT" = "maybe" then : - if test "$BUILD_LVMDBUSD" = "yes" + if test "$BUILD_LVMDBUSD" = "yes" || test "$BUILD_LVMLOCKD" = "yes" then : NOTIFYDBUS_SUPPORT="yes" else case e in #( @@ -17961,3 +17961,9 @@ then : printf "%s\n" "$as_me: WARNING: Building D-Bus support without D-Bus notifications!" >&2;} fi +if test "$BUILD_LVMLOCKD" = "yes" && test "$NOTIFYDBUS_SUPPORT" = "no" +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: Building lvmlockd without D-Bus notifications may block!" >&5 +printf "%s\n" "$as_me: WARNING: Building lvmlockd without D-Bus notifications may block!" >&2;} +fi +