1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-18 18:50:44 +03:00

Substitute UDEV_SYNC value for use in the other files and show a warning message when libudev not found and using udev_sync.

This commit is contained in:
Peter Rajnoha 2010-01-11 15:59:54 +00:00
parent 55313cb6bf
commit 0878503f0f

5
configure vendored
View File

@ -647,6 +647,7 @@ missingkernel
kerneldir
interface
LIB_PTHREAD
UDEV_SYNC
UDEV_RULES
STATIC_LINK
STATICDIR
@ -12306,6 +12307,9 @@ cat >>confdefs.h <<\_ACEOF
_ACEOF
LIBS="-ludev $LIBS"
else
{ $as_echo "$as_me:$LINENO: WARNING: It won't be possible to get udev state. We will assume that udev is not running." >&5
$as_echo "$as_me: WARNING: It won't be possible to get udev state. We will assume that udev is not running." >&2;}
fi
fi
@ -15523,6 +15527,7 @@ LVM_LIBAPI=`echo "$VER" | $AWK -F '[()]' '{print $2}'`
################################################################################