[libvirt PATCH v3 02/10] configure.ac: add check for getegid function

Pavel Hrdina phrdina at redhat.com
Fri Jan 17 15:00:09 UTC 2020


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 at redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange at redhat.com>
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index 7d69b8bcb4..58c4454707 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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 \
-- 
2.23.0




More information about the libvir-list mailing list