[libvirt] [PATCH] look for numad in /usr/sbin

Eric Blake eblake at redhat.com
Wed Nov 27 03:10:03 UTC 2013


On 11/26/2013 03:00 PM, Jim Fehlig wrote:
> When looking for numad with AC_PATH_PROG, include /usr/sbin in
> the search path.
> ---
>  configure.ac | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

ACK.

> 
> diff --git a/configure.ac b/configure.ac
> index 4942e07..f494f46 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1454,7 +1454,7 @@ AC_ARG_WITH([numad],
>  if test "$with_numad" != "no" ; then
>    fail=0
>  
> -  AC_PATH_PROG([NUMAD], [numad], [], [/bin:/usr/bin])
> +  AC_PATH_PROG([NUMAD], [numad], [], [/bin:/usr/bin:/usr/sbin])
>  
>    if test "$with_numad" = "check"; then
>      test "$with_numactl" = "yes" || fail=1
> 

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 621 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20131126/866d3e5b/attachment-0001.sig>


More information about the libvir-list mailing list