Added geteuid to the functions to check.

This commit is contained in:
Wayne Davison
2004-02-04 16:33:34 +00:00
parent 187e9c24f1
commit 1be77f8336

View File

@@ -411,7 +411,7 @@ AC_FUNC_ALLOCA
AC_CHECK_FUNCS(waitpid wait4 getcwd strdup strerror chown chmod mknod mkfifo)
AC_CHECK_FUNCS(fchmod fstat strchr readlink link utime utimes strftime)
AC_CHECK_FUNCS(memmove lchown vsnprintf snprintf asprintf setsid glob strpbrk)
AC_CHECK_FUNCS(strlcat strlcpy strtol mtrace mallinfo setgroups)
AC_CHECK_FUNCS(strlcat strlcpy strtol mtrace mallinfo setgroups geteuid)
AC_CACHE_CHECK([for working socketpair],rsync_cv_HAVE_SOCKETPAIR,[
AC_TRY_RUN([