]> git.ipfire.org Git - thirdparty/libvirt.git/commit
configure: Adding XFS library/headers check.
authorJulio Faracco <jcfaracco@gmail.com>
Fri, 6 Jul 2018 13:43:00 +0000 (10:43 -0300)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 6 Jul 2018 14:56:55 +0000 (16:56 +0200)
commit2e11298f938672c5430193277c98b9474a68b1fb
tree3f1b3590d65c947c9c1745d3d292bf045175be0a
parent1bc1a7e3205f7ef75ebd8fd1ef7653f8e181e3d2
configure: Adding XFS library/headers check.

This commit checks for xfs.h library to use XFS_IOC_CLONE which is
defined into that library file. So, after that it is possible to use
thie macro to create reflinks.

Signed-off-by: Julio Faracco <jcfaracco@gmail.com>
configure.ac