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 <phrd...@redhat.com>
Reviewed-by: Daniel P. Berrangé <berra...@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

Reply via email to