aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2009-12-10 09:49:47 +0000
committerWerner Koch <[email protected]>2009-12-10 09:49:47 +0000
commit31844d30cd604d3da90a0f773f92c7468a9c5b22 (patch)
tree0ec905d980f4dac90a09fb993d4103239f3f8700 /configure.ac
parentForgotten file. (diff)
downloadgpgme-31844d30cd604d3da90a0f773f92c7468a9c5b22.tar.gz
gpgme-31844d30cd604d3da90a0f773f92c7468a9c5b22.zip
Test on sgid process
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9d4cf425..85782971 100644
--- a/configure.ac
+++ b/configure.ac
@@ -746,6 +746,10 @@ if test $ac_cv_func_funopen != yes; then
fi
fi
+# Check for getgid etc
+AC_CHECK_FUNCS(getgid getegid)
+
+
# Replacement functions.
AC_REPLACE_FUNCS(stpcpy)
# Check for unistd.h for setenv replacement function.