]> err.no Git - util-linux/commit
build-sys: use pkg-config for blkid and volume_id
authorKarel Zak <kzak@redhat.com>
Tue, 17 Feb 2009 20:28:09 +0000 (21:28 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 17 Feb 2009 20:28:09 +0000 (21:28 +0100)
commitd06d028a5a5c204ac2504e6bf6aa65a2e3b8aeb5
tree9ad7810ce3f9cfd15b0b20b9969deb59fe50e5bd
parent17f29d7bac86dc6e42c8ea728a2b7d1dc873b3dc
build-sys: use pkg-config for blkid and volume_id

It seems that blkid.pc from e2fsprogs has been fixed:

   $ pkg-config --libs blkid
   -lblkid

and the pkg-config does not return any other extra libraries (such
-luuid or -ldevmapper).

Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac
lib/fsprobe.c
mount/Makefile.am