From 1f8e2dcda2dc029c4306c981d35dd99472123e55 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Tue, 8 Sep 2009 13:05:59 +0000 Subject: [PATCH] * 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. --- ChangeLog | 6 ++++++ configure.in | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) 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, -- 2.47.3