diff options
author | Michael Biebl <mbiebl@gmail.com> | 2016-11-08 09:09:53 +0100 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2016-11-08 09:09:53 +0100 |
commit | 71a9067cd44a75458b0bfbc8a2d67618124ca03e (patch) | |
tree | d398850dccc10167e1f7972f11674c16c8d3f0a4 /configure.ac | |
parent | cfed63f60dd7412c199652825ed172c319b02b3c (diff) | |
download | systemd-71a9067cd44a75458b0bfbc8a2d67618124ca03e.tar.gz |
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.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 0b10fc7de7..1cee7adbb6 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]) |