From 0c3348684455144089d1da574b1096c95f4b0a80 Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Sun, 21 Apr 2013 22:20:14 -0700 Subject: discover: Update udev routines to use libudev Support for 'RUN+="socket:' in udev rules files has been removed in udev version 183. Update the discover server to use libudev. Signed-off-by: Geoff Levand --- configure.ac.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure.ac.in') diff --git a/configure.ac.in b/configure.ac.in index 1b66244..80f601e 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -31,6 +31,11 @@ LT_INIT AC_CHECK_HEADERS([stdarg.h]) AC_CHECK_HEADERS([varargs.h]) +AC_CHECK_LIB([udev], [udev_new], + [], + [AC_MSG_FAILURE([The libudev development library is required by petitboot. Try installing the libudev-dev package.])] +) + dnl Checking for va_copy availability AC_MSG_CHECKING([for va_copy]) AC_TRY_LINK([#include -- cgit v1.2.1