Просмотр исходного кода

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

Roland Illig 19 лет назад
Родитель
Сommit
f79711252d
2 измененных файлов с 4 добавлено и 3 удалено
  1. 2 1
      ChangeLog
  2. 2 2
      configure.ac

+ 2 - 1
ChangeLog

@@ -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>
 

+ 2 - 2
configure.ac

@@ -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 \