From: Pavel Hrdina Date: Wed, 11 Dec 2019 11:28:34 +0000 (+0100) Subject: configure.ac: add check for getegid function X-Git-Tag: v6.1.0-rc1~473 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e664e284d7b9533ae9729dbb2a16019b316f8c5e;p=thirdparty%2Flibvirt.git configure.ac: add check for getegid function 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 Reviewed-by: Daniel P. Berrangé --- 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 \