aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-12-22 17:10:51 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-12-22 17:10:51 +0000
commitb50d2c5522a37bf45fb273138ff748e7b39167d1 (patch)
tree8ccc6c01bea28d0ffd605da971de2236bacc4486 /configure.ac
parent1d6ec9fee06fb98df55e4e12881d45a9b90d4e8d (diff)
downloadipacct-b50d2c5522a37bf45fb273138ff748e7b39167d1.tar.gz
ipacct-b50d2c5522a37bf45fb273138ff748e7b39167d1.tar.bz2
Check for setegid, setregid, setresgid, seteuid, setreuid
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e837943..10fa942 100644
--- a/configure.ac
+++ b/configure.ac
@@ -62,12 +62,13 @@ AC_TYPE_SIGNAL
AC_FUNC_STRFTIME
AC_FUNC_VFORK
AC_FUNC_VPRINTF
AC_FUNC_WAIT3
AC_CHECK_FUNCS(ftime gethostname gettimeofday getusershell ether_hostton)
AC_REPLACE_FUNCS(strchrnul strndup strnlen strerror)
+AC_CHECK_FUNCS(setegid setregid setresgid seteuid setreuid)
rad_REPLACE_GNU_GETOPT
AC_ARG_WITH(included-argp,
[ --with-included-argp Use included argp library],
[USE_INCLUDED_ARGP=$withval],
[USE_INCLUDED_ARGP=no])

Return to:

Send suggestions and report system problems to the System administrator.