Remove AC_FUNC_SETPGRP as it can cause issues when cross-compiling
authorFabian Keil <fk@fabiankeil.de>
Fri, 27 May 2011 11:36:15 +0000 (11:36 +0000)
committerFabian Keil <fk@fabiankeil.de>
Fri, 27 May 2011 11:36:15 +0000 (11:36 +0000)
commit79f9f12a76694ce7ac681c505adc353fb57fc8f8
treed5c7193fa79b73faaf62d7d0eec1e88634d831ae
parent5ba3e3591b73adcb5d3c6461892e3ab3af4efe2e
Remove AC_FUNC_SETPGRP as it can cause issues when cross-compiling

I considered only skipping it when cross-compiling, but given
that Privoxy doesn't use setpgrp(2), why should we care about
its prototype?

There's no justification for the check in the revision log
either, except that it was part of "Al's patch".
configure.in