mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
configure: autoreconf
This commit is contained in:
parent
ce8e6c8c63
commit
94da2c9792
8
configure
vendored
8
configure
vendored
@ -13433,7 +13433,7 @@ fi
|
|||||||
|
|
||||||
if test "$NOTIFYDBUS_SUPPORT" = "maybe"
|
if test "$NOTIFYDBUS_SUPPORT" = "maybe"
|
||||||
then :
|
then :
|
||||||
if test "$BUILD_LVMDBUSD" = "yes"
|
if test "$BUILD_LVMDBUSD" = "yes" || test "$BUILD_LVMLOCKD" = "yes"
|
||||||
then :
|
then :
|
||||||
NOTIFYDBUS_SUPPORT="yes"
|
NOTIFYDBUS_SUPPORT="yes"
|
||||||
else case e in #(
|
else case e in #(
|
||||||
@ -17961,3 +17961,9 @@ then :
|
|||||||
printf "%s\n" "$as_me: WARNING: Building D-Bus support without D-Bus notifications!" >&2;}
|
printf "%s\n" "$as_me: WARNING: Building D-Bus support without D-Bus notifications!" >&2;}
|
||||||
fi
|
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user