From: nekral-guest Date: Tue, 8 Sep 2009 13:05:59 +0000 (+0000) Subject: * configure.in: We do not use SETPGRP_VOID, and already assume X-Git-Tag: 4.1.5~381 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f8e2dcda2dc029c4306c981d35dd99472123e55;p=shadow * 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. --- diff --git a/ChangeLog b/ChangeLog index 26610452..55a96c60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-09-08 Nicolas François + + * 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 * man/generate_translations.mak, man/generate_mans.mak, diff --git a/configure.in b/configure.in index 2ddc78ec..a0dc993d 100644 --- a/configure.in +++ b/configure.in @@ -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,