configure extra cflags?

2004-08-26 Thread Chris Ross
Hey there. I have a small problem, that will require changes to configure to solve. On my Solaris machine, there are #pragma's in some of the openwin X headers that gcc (3.3.2) doesn't like. This is easily solvable with -wunknown-pragmas, but if I put that in CFLAGS on the configure

Re: configure extra cflags?

2004-08-26 Thread Dan Espen
Chris Ross [EMAIL PROTECTED] writes: Hey there. I have a small problem, that will require changes to configure to solve. On my Solaris machine, there are #pragma's in some of the openwin X headers that gcc (3.3.2) doesn't like. This is easily solvable with -wunknown-pragmas, but if I

Re: configure extra cflags?

2004-08-26 Thread Danek Duvall
On Thu, Aug 26, 2004 at 08:11:23PM -0400, Dan Espen wrote: Chris Ross [EMAIL PROTECTED] writes: Hey there. I have a small problem, that will require changes to configure to solve. On my Solaris machine, there are #pragma's in some of the openwin X headers that gcc (3.3.2) doesn't