]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit - configure.ac
build: make libblkid usage optional
authorJan Tulak <jtulak@redhat.com>
Tue, 13 Oct 2015 23:57:39 +0000 (10:57 +1100)
committerDave Chinner <david@fromorbit.com>
Tue, 13 Oct 2015 23:57:39 +0000 (10:57 +1100)
commit6635d6ab510c58996f5ed3f212148db5e3c299ba
treeacd97663d519bfdea9c96711f3cf60348886ce5e
parent5cd3b0706c5f7e816a7783273271b17f89de5b4d
build: make libblkid usage optional

Because not all platforms have up-to-date blkid with required
functions, allow at least partial functionality by adding
--enable-blkid=yes/no optional configure argument.

When blkid is disabled, signature detection and device geometry
detection doesn't work.

Signed-off-by: Jan Tulak <jtulak@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Chinner <david@fromorbit.com>
configure.ac
include/builddefs.in
mkfs/xfs_mkfs.c