X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=configure.ac;h=64d8b213efa8917c55a726c3867d25edd3ddc07b;hp=1851c073a414769abe537a035e641fe94fe55f87;hb=f16f8d08d66f37c93d87b4d49d2c918a03df49db;hpb=679327ab991edd0a13a0cff335ea5c9c8a7ef705 diff --git a/configure.ac b/configure.ac index 1851c073a..64d8b213e 100644 --- a/configure.ac +++ b/configure.ac @@ -315,6 +315,9 @@ AS_IF([test "x$enable_dbus" != "xno"], [ [AC_MSG_ERROR([*** dbus-1 support requested but libraries not found])])]) AM_CONDITIONAL(HAVE_DBUS, [test "$have_dbus" = "yes"]) +# ------------------------------------------------------------------------------ +PKG_CHECK_MODULES(UDEV, [libudev]) + # ------------------------------------------------------------------------------ have_compat_libs=no AC_ARG_ENABLE([compat_libs], AS_HELP_STRING([--enable-compat-libs],[Enable creation of compatibility libraries]),