aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2012-02-06 21:47:00 -0200
committerKay Sievers <kay.sievers@vrfy.org>2012-02-07 00:49:59 +0100
commit96b2eef25bb43c62f8d6b914a04fd72d8a968d65 (patch)
tree88b8ad94eea614a145a734ca876520eb397cf3e9 /configure.ac
parent6118dab105dcc91ae7efc038e8c3cb391e702468 (diff)
downloadudev-96b2eef25bb43c62f8d6b914a04fd72d8a968d65.tar.gz
builtin: kmod - depend on libkmod >= 5
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6038f26c..d9e3f67b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ AC_SEARCH_LIBS([clock_gettime], [rt], [], [AC_MSG_ERROR([POSIX RT library not fo
PKG_CHECK_MODULES(BLKID, blkid >= 2.20)
-PKG_CHECK_MODULES(KMOD, libkmod >= 3)
+PKG_CHECK_MODULES(KMOD, libkmod >= 5)
if test "x$cross_compiling" = "xno" ; then
AC_CHECK_FILES([/usr/share/pci.ids], [pciids=/usr/share/pci.ids])