From 3f927bc6c4f024bc04ad8f3ec52a66f183684cf9 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Thu, 2 Sep 2021 04:50:05 +0300 Subject: [PATCH] generic: remove duplicate getgrouplist() function check Signed-off-by: Ivailo Monev --- ConfigureChecks.cmake | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 10cfe4d1..41329e80 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -58,13 +58,12 @@ macro_bool_to_01(X11_XSync_FOUND HAVE_XSYNC) # kidleti # check is to be added to get the proper set of headers. check_symbol_exists(strtoll "stdlib.h" HAVE_STRTOLL) # kioslave check_symbol_exists(vsnprintf "stdio.h" HAVE_VSNPRINTF) # config.h -check_symbol_exists(getgrouplist "unistd.h;grp.h" HAVE_GETGROUPLIST) # kdecore/fakes.cpp +check_symbol_exists(getgrouplist "unistd.h;grp.h" HAVE_GETGROUPLIST) # kio check_function_exists(backtrace HAVE_BACKTRACE) # kdecore, kio check_function_exists(fdatasync HAVE_FDATASYNC) # kdecore, kate check_function_exists(sendfile HAVE_SENDFILE) # kioslave -check_function_exists(getgrouplist HAVE_GETGROUPLIST) # kio check_library_exists(volmgt volmgt_running "" HAVE_VOLMGT) # various