mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
generic: remove duplicate getgrouplist() function check
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
50c1957d1b
commit
3f927bc6c4
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue