1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-10 05:18:36 +03:00

Autoreconf.

(Strictly require libudev if udev_sync is used)
This commit is contained in:
Peter Rajnoha 2010-03-23 14:44:42 +00:00
parent 940c32c5dd
commit cc5045d8ca
2 changed files with 17 additions and 37 deletions

50
configure vendored
View File

@ -12208,28 +12208,6 @@ fi
{ $as_echo "$as_me:$LINENO: result: $UDEV_SYNC" >&5
$as_echo "$UDEV_SYNC" >&6; }
if test x$UDEV_SYNC = xyes; then
cat >>confdefs.h <<\_ACEOF
#define UDEV_SYNC_SUPPORT 1
_ACEOF
fi
{ $as_echo "$as_me:$LINENO: checking whether to enable installation of udev rules required for synchronisation" >&5
$as_echo_n "checking whether to enable installation of udev rules required for synchronisation... " >&6; }
# Check whether --enable-udev_rules was given.
if test "${enable_udev_rules+set}" = set; then
enableval=$enable_udev_rules; UDEV_RULES=$enableval
else
UDEV_RULES=$UDEV_SYNC
fi
{ $as_echo "$as_me:$LINENO: result: $UDEV_RULES" >&5
$as_echo "$UDEV_RULES" >&6; }
################################################################################
if test x$UDEV_SYNC = xyes; then
{ $as_echo "$as_me:$LINENO: checking for udev_queue_get_udev_is_active in -ludev" >&5
$as_echo_n "checking for udev_queue_get_udev_is_active in -ludev... " >&6; }
@ -12297,26 +12275,32 @@ fi
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_udev_udev_queue_get_udev_is_active" >&5
$as_echo "$ac_cv_lib_udev_udev_queue_get_udev_is_active" >&6; }
if test "x$ac_cv_lib_udev_udev_queue_get_udev_is_active" = x""yes; then
HAVE_UDEV_QUEUE_GET_UDEV_IS_ACTIVE=yes
UDEV_LIBS="-ludev"
else
HAVE_UDEV_QUEUE_GET_UDEV_IS_ACTIVE=no
{ { $as_echo "$as_me:$LINENO: error: bailing out... libudev library is required" >&5
$as_echo "$as_me: error: bailing out... libudev library is required" >&2;}
{ (exit 1); exit 1; }; }
fi
if test x$HAVE_UDEV_QUEUE_GET_UDEV_IS_ACTIVE = xyes; then
cat >>confdefs.h <<\_ACEOF
#define HAVE_UDEV_QUEUE_GET_UDEV_IS_ACTIVE 1
#define UDEV_SYNC_SUPPORT 1
_ACEOF
UDEV_LIBS="-ludev"
else
UDEV_LIBS=
{ $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
{ $as_echo "$as_me:$LINENO: checking whether to enable installation of udev rules required for synchronisation" >&5
$as_echo_n "checking whether to enable installation of udev rules required for synchronisation... " >&6; }
# Check whether --enable-udev_rules was given.
if test "${enable_udev_rules+set}" = set; then
enableval=$enable_udev_rules; UDEV_RULES=$enableval
else
UDEV_RULES=$UDEV_SYNC
fi
{ $as_echo "$as_me:$LINENO: result: $UDEV_RULES" >&5
$as_echo "$UDEV_RULES" >&6; }
################################################################################
# Check whether --enable-compat was given.
if test "${enable_compat+set}" = set; then

View File

@ -347,10 +347,6 @@
/* Define to 1 if you have the <time.h> header file. */
#undef HAVE_TIME_H
/* Define to 1 if libudev's udev_queue_get_udev_is_active function is
available. */
#undef HAVE_UDEV_QUEUE_GET_UDEV_IS_ACTIVE
/* Define to 1 if you have the `uname' function. */
#undef HAVE_UNAME