X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=configure.ac;h=64d8b213efa8917c55a726c3867d25edd3ddc07b;hb=c40f68e17922f0198837f9caf26817c986573760;hp=1851c073a414769abe537a035e641fe94fe55f87;hpb=679327ab991edd0a13a0cff335ea5c9c8a7ef705;p=elogind.git 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]),