diff options
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2012-02-06 21:47:00 -0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2012-02-07 00:49:59 +0100 |
commit | 96b2eef25bb43c62f8d6b914a04fd72d8a968d65 (patch) | |
tree | 88b8ad94eea614a145a734ca876520eb397cf3e9 /configure.ac | |
parent | 6118dab105dcc91ae7efc038e8c3cb391e702468 (diff) |
builtin: kmod - depend on libkmod >= 5
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6038f26ce1..d9e3f67bbe 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]) |