diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
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. |