diff options
author | Richard Yao <ryao@gentoo.org> | 2012-11-19 15:09:40 -0500 |
---|---|---|
committer | Richard Yao <ryao@cs.stonybrook.edu> | 2012-11-23 01:55:23 -0500 |
commit | 135d61df6f66d0c0e67aec62f76ee7f2a409a3ce (patch) | |
tree | 4106807f267d3116b81c1508868f36d2f51f7443 /configure.ac | |
parent | 9b996818cb6eacaaecaaa9bae8d0377fa1fdb803 (diff) |
Reintroduce blkid-kmod
This opens the door to using disabling the use of kmod from autotools.
Signed-off-by: Richard Yao <ryao@gentoo.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 796721a3c5..822a53044b 100644 --- a/configure.ac +++ b/configure.ac @@ -39,6 +39,7 @@ if test -z "$GPERF" ; then AC_MSG_ERROR([*** gperf not found]) fi +PKG_CHECK_MODULES(KMOD, [libkmod >= 5]) PKG_CHECK_MODULES(BLKID,[blkid >= 2.20]) # Checks for header files. |