From: Ján Tomko Date: Tue, 25 Sep 2018 14:54:50 +0000 (+0200) Subject: configure: do not check for kill X-Git-Tag: v4.9.0-rc1~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9384391d5c1e733d9f80f420c629fefb7f7e646;p=thirdparty%2Flibvirt.git configure: do not check for kill Introduced by: commit 3c37a171a2dea8048dfee90e1be2875f30f7eb15 Add check for kill() to fix build of cgroups on win32 Made redundant by: commit 02f1fd41f60c90b636ba0e18b37d4624fe47135d cgroup macros refactoring, part 1 Signed-off-by: Ján Tomko Reviewed-by: Erik Skultety --- diff --git a/configure.ac b/configure.ac index 28a255a53f..e64a5d8995 100644 --- a/configure.ac +++ b/configure.ac @@ -334,7 +334,6 @@ AC_CHECK_FUNCS_ONCE([\ getrlimit \ getuid \ if_indextoname \ - kill \ mmap \ newlocale \ posix_fallocate \