mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-14 07:47:05 +00:00
Include /sbin in PATH for setcap
Rationale: some distributions don't include /sbin in PATH for regular users, thus setcap might not be found during configure Signed-off-by: Filippo Giunchedi <filippo@esaurito.net> Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
This commit is contained in:
parent
0478642a43
commit
e90b69740e
@ -11,7 +11,7 @@ AC_CANONICAL_HOST
|
||||
AM_PROG_CC_C_O
|
||||
AC_GNU_SOURCE
|
||||
AC_PROG_LIBTOOL
|
||||
AC_CHECK_PROG(SETCAP, setcap, yes, no)
|
||||
AC_CHECK_PROG(SETCAP, setcap, yes, no, $PATH$PATH_SEPARATOR/sbin)
|
||||
AC_CHECK_PROG(DOCBOOK, docbook2man, yes, no)
|
||||
AM_CONDITIONAL(ENABLE_DOCBOOK, test x$DOCBOOK = xyes)
|
||||
AS_AC_EXPAND(PREFIX, $prefix)
|
||||
|
Loading…
Reference in New Issue
Block a user