[E-devel] using -std=gnu99 when available in imlib2

2006-11-06 Thread Mike Frysinger
any qualms with me adding some logic to imlib2's configure to add -std=gnu99 to CPPFLAGS if the compiler supports ? the problem is that some of the code in imlib2 uses round() but the headers dont export the prototype unless -std=c99 or -std=gnu99 is used -mike pgpDfbeUfzJPU.pgp Description:

Re: [E-devel] using -std=gnu99 when available in imlib2

2006-11-06 Thread Mike Frysinger
On Monday 06 November 2006 10:17, Mike Frysinger wrote: any qualms with me adding some logic to imlib2's configure to add -std=gnu99 to CPPFLAGS if the compiler supports ? proposed patch attached -mike pgpk138u0fJp3.pgp Description: PGP signature Index: configure.in

Re: [E-devel] using -std=gnu99 when available in imlib2

2006-11-06 Thread The Rasterman
On Mon, 6 Nov 2006 10:36:57 -0500 Mike Frysinger [EMAIL PROTECTED] babbled: On Monday 06 November 2006 10:17, Mike Frysinger wrote: any qualms with me adding some logic to imlib2's configure to add -std=gnu99 to CPPFLAGS if the compiler supports ? proposed patch attached -mike dont see

Re: [E-devel] using -std=gnu99 when available in imlib2

2006-11-06 Thread Mike Frysinger
On Monday 06 November 2006 23:13, Carsten Haitzler wrote: On Mon, 6 Nov 2006 10:36:57 -0500 Mike Frysinger [EMAIL PROTECTED] babbled: On Monday 06 November 2006 10:17, Mike Frysinger wrote: any qualms with me adding some logic to imlib2's configure to add -std=gnu99 to CPPFLAGS if the