From: Michael Biebl Date: Tue, 8 Nov 2016 08:09:53 +0000 (+0100) Subject: build-sys: remove leftover setcap configure check (#4597) X-Git-Tag: v233~450 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=71a9067cd44a75458b0bfbc8a2d67618124ca03e;p=thirdparty%2Fsystemd.git build-sys: remove leftover setcap configure check (#4597) The check for the setcap binary was added in commit dd5ae4c36c89da5dbe8d1628939b26c00db98753 to set the CAP_MAC_ADMIN capability for systemd-bus-proxyd. Later on, bus-proxyd was removed in commit 798c486fbcdce3346cd862c52e1a200bb8a2cb23. So remove the leftover setcap configure check as well. --- diff --git a/configure.ac b/configure.ac index 0b10fc7de77..1cee7adbb6c 100644 --- a/configure.ac +++ b/configure.ac @@ -97,8 +97,6 @@ AC_PATH_PROG([M4], [m4]) AC_PATH_PROG([QUOTAON], [quotaon], [/usr/sbin/quotaon], [$PATH:/usr/sbin:/sbin]) AC_PATH_PROG([QUOTACHECK], [quotacheck], [/usr/sbin/quotacheck], [$PATH:/usr/sbin:/sbin]) -AC_PATH_PROG([SETCAP], [setcap], [/usr/sbin/setcap], [$PATH:/usr/sbin:/sbin]) - AC_PATH_PROG([KILL], [kill], [/usr/bin/kill], [$PATH:/usr/sbin:/sbin]) AC_PATH_PROG([KMOD], [kmod], [/usr/bin/kmod], [$PATH:/usr/sbin:/sbin])