mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 07:59:00 +00:00
configure.ac: add check for getegid function
We already use this function and so far we've been lucky that the same check is done by gnulib. This will change once we will drop gnulib and also make it obvious that we have to do the same check in Meson as well. Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
894556ca81
commit
e664e284d7
@ -354,6 +354,7 @@ dnl Availability of various common functions (non-fatal if missing),
|
||||
dnl and various less common threadsafe functions
|
||||
AC_CHECK_FUNCS_ONCE([\
|
||||
fallocate \
|
||||
getegid \
|
||||
geteuid \
|
||||
getgid \
|
||||
getifaddrs \
|
||||
|
Loading…
x
Reference in New Issue
Block a user