On Sun, Jul 16, 2006 at 12:22:32AM +0200, André Malo wrote:
> * [EMAIL PROTECTED] wrote:
> 
> > Modified: httpd/httpd/trunk/support/Makefile.in
> 
> > +ifneq (win32,${OS})
> > +  PROGRAMS += checkgid fcgistarter
> > +endif
> > +
> 
> I'm not a Makefile guru, but that doesn't look really portable (or do we 
> require a particular make version?). I'd think anyway, that such stuff 
> should be done by configure (but I've got not much fu there either...)

It's not, ifneq is a GNU make extension; yes, it needs to be done in 
configure.

joe

Reply via email to