]> xenbits.xensource.com Git - libvirt.git/commit
configure: Look for daemons in **/sbin
authorGuido Günther <agx@sigxcpu.org>
Sat, 12 Nov 2016 13:24:53 +0000 (14:24 +0100)
committerGuido Günther <agx@sigxcpu.org>
Sat, 19 Nov 2016 16:46:52 +0000 (17:46 +0100)
commit112b0959447906a9d9f352b3eb430ec2d5deb9ad
tree7a357408cd4cc16eff3d63a79f8dd00ef3aabc89
parentf2bf5fbb04494a0635cbc690c083b844876aa4a6
configure: Look for daemons in **/sbin

Unify the logic we use for looking up daemons and admin binaries. Some
lookups prefered $PATH over **/sbin while others left out $PATH
entierly.  We add **/sbin since non-root users might not have these in
their path.

This also unbreaks libvirt when built on Debian systems with usrmerge[0]
and run on systems without it.

[0]: https://packages.debian.org/sid/usrmerge
configure.ac