From 94da2c97925f43264ff8311839e996e7a2675eb1 Mon Sep 17 00:00:00 2001
From: Zdenek Kabelac <zkabelac@redhat.com>
Date: Tue, 26 Nov 2024 14:36:01 +0100
Subject: [PATCH 2/5] configure: autoreconf

---
 configure | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/configure b/configure
index 6dc60e24f421..25090cc62788 100755
--- a/configure
+++ b/configure
@@ -13430,7 +13430,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 #(
@@ -17958,3 +17958,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
+
-- 
2.39.5 (Apple Git-154)

