
27 Nov
2013
27 Nov
'13
4:10 a.m.
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