chiark / gitweb /
Remove src/firstboot
[elogind.git] / configure.ac
index 1851c073a414769abe537a035e641fe94fe55f87..64d8b213efa8917c55a726c3867d25edd3ddc07b 100644 (file)
@@ -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]),