diff options
author | Richard Yao <ryao@cs.stonybrook.edu> | 2012-11-19 09:44:21 -0500 |
---|---|---|
committer | Richard Yao <ryao@cs.stonybrook.edu> | 2012-11-19 11:09:29 -0500 |
commit | 31040610c959a9f12d0df9f28fa3566fc0bc5fe4 (patch) | |
tree | dc387e373e8312ebcbde09eeccd603e42f651343 /configure.ac | |
parent | 54f8992ab9ebe04e79f752ed0ac45c06e49ff407 (diff) |
Reintroduce blkid-builtin
The build failure that prompted its removal has been resolved.
Signed-off-by: Richard Yao <ryao@gentoo.org>
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 d609ef2604..492d5e33d6 100644 --- a/configure.ac +++ b/configure.ac @@ -39,6 +39,8 @@ if test -z "$GPERF" ; then AC_MSG_ERROR([*** gperf not found]) fi +PKG_CHECK_MODULES(BLKID,[blkid >= 2.20]) + # Checks for header files. AC_CHECK_HEADERS( [arpa/inet.h fcntl.h inttypes.h langinfo.h limits.h locale.h malloc.h \ |