]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
configure.ac: add check for getegid function
authorPavel Hrdina <phrdina@redhat.com>
Wed, 11 Dec 2019 11:28:34 +0000 (12:28 +0100)
committerPavel Hrdina <phrdina@redhat.com>
Fri, 17 Jan 2020 14:52:37 +0000 (15:52 +0100)
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>
configure.ac

index 7d69b8bcb488a5b7b4cd2856257a00fa2a71b109..58c445470716175c6844f09780d3ccdd52fb183e 100644 (file)
@@ -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 \