* configure.in: We do not use SETPGRP_VOID, and already assume

that setpgrp has a void argument. Remove AC_FUNC_SETPGRP to ease
	cross compiling.
This commit is contained in:
nekral-guest 2009-09-08 13:05:59 +00:00
parent f103e6263d
commit 1f8e2dcda2
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2009-09-08 Nicolas François <nicolas.francois@centraliens.net>
* configure.in: We do not use SETPGRP_VOID, and already assume
that setpgrp has a void argument. Remove AC_FUNC_SETPGRP to ease
cross compiling.
2009-09-07 Nicolas François <nicolas.francois@centraliens.net>
* man/generate_translations.mak, man/generate_mans.mak,

View File

@ -112,7 +112,6 @@ AC_REPLACE_FUNCS(sgetgrent sgetpwent sgetspent)
AC_REPLACE_FUNCS(snprintf strcasecmp strdup strerror strstr)
AC_CHECK_FUNC(setpgrp)
AC_FUNC_SETPGRP
if test "$ac_cv_header_shadow_h" = "yes"; then
AC_CACHE_CHECK(for working shadow group support,