The various get[ug]id functions are used, so add checks for them. Same

for isascii.
This commit is contained in:
Roland Illig 2005-08-15 21:02:17 +00:00
parent 2b6d96d72d
commit f79711252d
2 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,8 @@
2005-08-15 Roland Illig <roland.illig@gmx.de>
* configure.ac: The function getgrouplist() is not used anymore,
so there is no need to check for it.
so there is no need to check for it. The various get[ug]id
functions are used, so add checks for them. Same for isascii.
2005-07-20 Pavel Roskin <proski@gnu.org>

View File

@ -178,8 +178,8 @@ dnl
AC_CHECK_FUNCS([\
atoll \
cfgetospeed \
getsid \
initgroups \
getegid geteuid getgid getsid getuid \
initgroups isascii \
memcpy memmove memset \
putenv \
setreuid setuid statfs strerror strftime sysconf \