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

Jim Fehlig jfehlig at suse.com
Tue Nov 26 22:00:56 UTC 2013


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(-)

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
-- 
1.8.0.1




More information about the libvir-list mailing list