Author percivall
Recipients andres, gvanrossum, loewis, nnorwitz, percivall
Date 2007-11-22.10:57:56
SpamBayes Score 0.0243038
Marked as misclassified No
Message-id <1195729076.49.0.225527479914.issue1358@psf.upfronthosting.co.za>
In-reply-to
Content
It has to do with the MACOSX_DEPLOYMENT_TARGET. If it's set to 10.4, the 
legacy version of setpgrp is used (with args), it it's 10.5, setpgrp 
expects no arguments. It seems configure won't detect the difference.
History
Date User Action Args
2007-11-22 10:57:56percivallsetspambayes_score: 0.0243038 -> 0.0243038
recipients: + percivall, gvanrossum, loewis, nnorwitz, andres
2007-11-22 10:57:56percivallsetspambayes_score: 0.0243038 -> 0.0243038
messageid: <1195729076.49.0.225527479914.issue1358@psf.upfronthosting.co.za>
2007-11-22 10:57:56percivalllinkissue1358 messages
2007-11-22 10:57:56percivallcreate