1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

configure: autoreconf

This commit is contained in:
Zdenek Kabelac 2024-11-26 14:36:01 +01:00
parent ce8e6c8c63
commit 94da2c9792

8
configure vendored
View File

@ -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