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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f8e2dcda2dc029c4306c981d35dd99472123e55;p=thirdparty%2Fshadow.git * 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 26610452e..55a96c609 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 2ddc78ecf..a0dc993d2 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,