diff options
author | Richard Yao <ryao@gentoo.org> | 2012-11-17 00:07:04 -0500 |
---|---|---|
committer | Richard Yao <ryao@cs.stonybrook.edu> | 2012-11-17 01:07:22 -0500 |
commit | 151d9085b438a6c6bb50385c99f3f1969620114b (patch) | |
tree | 87fb21947c510702e71cb6c221c902ac78ccf232 /configure.ac | |
parent | a91a7609b204ba01037df4ab314dc81c0589c8cb (diff) |
Eliminate blkid-builtin
Changes to rules were introduced by
7c2dee4a4d7f1b264031daaee786a8fe429884e1 while builtin-blkid support was
introduced in other commits. The removal of systemd resulted in this
code causing linker errors. This code adds complexity with no clear
benefit, so we remove it.
Signed-off-by: Richard Yao <ryao@gentoo.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 00f928640e..2c8fddc0b3 100644 --- a/configure.ac +++ b/configure.ac @@ -38,8 +38,6 @@ 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 limits.h netinet/in.h stddef.h stdint.h stdlib.h string.h \ |