* 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:
parent
f103e6263d
commit
1f8e2dcda2
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user