Whamcloud - gitweb
Check for the newer blkid functions without adding blkid to @LIBS@
authorTheodore Ts'o <tytso@mit.edu>
Mon, 11 Feb 2019 02:44:05 +0000 (21:44 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 11 Feb 2019 02:44:05 +0000 (21:44 -0500)
commit7154d974b24c8833b8f349f47075bfac6366c360
tree6a77d1539c133a0bc709e0e0c3ee63437d7fcbbe
parent5f6614f32e2a319486015d0317f0652af42222e2
Check for the newer blkid functions without adding blkid to @LIBS@

If we are using the system-provided blkid, check for the newer blkid
functions without adding -lblkid to @LIBS@.  This prevents programs
(like badblocks) which don't use the blkid library getting linked
against it.

Addresses-Debian-Bug: #919958
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
configure
configure.ac