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

Pavel Hrdina posted 16 patches 6 years, 1 month ago
There is a newer version of this series
[libvirt] [PATCH 02/16] configure.ac: add check for getegid function
Posted by Pavel Hrdina 6 years, 1 month ago
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>
---
 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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list