diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2011-12-21 22:30:48 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2011-12-21 22:30:48 +0100 |
commit | 81dadce58f80edae4dc45ba55a2c41cb0f26570b (patch) | |
tree | 59cee628c06f7255cbfb527e5cc45b9efcca2247 /configure.ac | |
parent | f18f225cf1eac9b61849f10f387bc3628332d738 (diff) |
prepare builtins for blkid and kmod
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 863aad86d4..86389fc410 100644 --- a/configure.ac +++ b/configure.ac @@ -73,6 +73,8 @@ AC_ARG_WITH([systemdsystemunitdir], AS_IF([test "x$with_systemdsystemunitdir" != "xno"], [ AC_SUBST([systemdsystemunitdir], [$with_systemdsystemunitdir]) ]) AM_CONDITIONAL(WITH_SYSTEMD, [test -n "$with_systemdsystemunitdir" -a "x$with_systemdsystemunitdir" != "xno" ]) +PKG_CHECK_MODULES(BLKID, blkid >= 2.20) + # ------------------------------------------------------------------------------ # GUdev - libudev gobject interface # ------------------------------------------------------------------------------ |