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

Pavel Hrdina phrdina at redhat.com
Thu Jan 9 08:16:32 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>
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index 002a3dcdb0..cbfb3fe1aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -355,6 +355,7 @@ dnl and various less common threadsafe functions
 AC_CHECK_FUNCS_ONCE([\
   cfmakeraw \
   fallocate \
+  getegid \
   geteuid \
   getgid \
   getifaddrs \
-- 
2.24.1




More information about the libvir-list mailing list