mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-02 01:45:17 +00:00
look for numad in /usr/sbin
When looking for numad with AC_PATH_PROG, include /usr/sbin in the search path.
This commit is contained in:
parent
655ea8dc02
commit
56022a293c
@ -1454,7 +1454,7 @@ AC_ARG_WITH([numad],
|
|||||||
if test "$with_numad" != "no" ; then
|
if test "$with_numad" != "no" ; then
|
||||||
fail=0
|
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
|
if test "$with_numad" = "check"; then
|
||||||
test "$with_numactl" = "yes" || fail=1
|
test "$with_numactl" = "yes" || fail=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user