mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 09:17:52 +03: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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user