]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: fs: Remove build-time detection of 'showmount' program
authorPeter Krempa <pkrempa@redhat.com>
Mon, 2 Sep 2024 12:25:29 +0000 (14:25 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 5 Sep 2024 13:24:55 +0000 (15:24 +0200)
commitce1c9bb8ea2538580e11501378316c063f2dd369
tree1e0d0b1148a6e8d4ddae72428a66a0839109b589
parent6f10d15ca18c927e6533577421d437826314548e
storage: fs: Remove build-time detection of 'showmount' program

With the new virCommand infrastructure which can find the program in
path automatically we no longer need the build-time detection.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
libvirt.spec.in
meson.build
src/storage/storage_backend_fs.c