X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=configure.ac;h=960a552e8701a66c7f4bda823931a419346c2e6b;hb=0303f35723f75157d8ef05be4d28b425aaa2fc45;hp=077944b3dd69303d2aeb799435ae24e385dd1409;hpb=bf05675a2007af645b1998d5b7c60ab7bf2dc1fc;p=elogind.git diff --git a/configure.ac b/configure.ac index 077944b3d..960a552e8 100644 --- a/configure.ac +++ b/configure.ac @@ -65,6 +65,9 @@ if test "x$enable_extras" = xyes; then PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.7.0 gobject-2.0 >= 2.7.0]) AC_SUBST([GLIB_CFLAGS]) AC_SUBST([GLIB_LIBS]) + + AC_CHECK_LIB([acl], [acl_init], [:], AC_MSG_ERROR([libacl not found])) + AC_CHECK_HEADER([acl/libacl.h], [:], AC_MSG_ERROR([libacl header not found])) fi AM_CONDITIONAL([ENABLE_EXTRAS], [test "x$enable_extras" = xyes]) @@ -103,6 +106,7 @@ AC_CONFIG_FILES([ extras/rule_generator/Makefile extras/scsi_id/Makefile extras/usb_id/Makefile + extras/v4l_id/Makefile extras/udev-acl/Makefile extras/gudev/Makefile extras/gudev/gudev-1.0.pc