On Wed, 16 Nov 2016 at 14:28:19 +0100, Martin Kletzander wrote: > Also, this should also include $PATH, similarly to *all other* places in > the code =D It was removed by mistake 11 days after its introduction > 4,5 years ago =) Oh, I thought there was a good reason for not having $PATH here :-) In fact for Debian it's enough to just prefix $PATH by applying the below: - AC_PATH_PROG([NUMAD], [numad], [], [/bin:/usr/bin:/usr/sbin]) + AC_PATH_PROG([NUMAD], [numad], [], [$PATH:/bin:/usr/bin:/usr/sbin]) -- Guilhem.
Attachment:
signature.asc
Description: PGP signature
-- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list