Greg Stein wrote:
>
> "First" lines in configure.in:
>
> USER_CFLAGS="$CFLAGS"
> CFLAGS=""
>
> Then at the very end, we can either munge them together, or subst both of
> them and have the compile line use both values (I'd prefer the latter).
>
> That should cure the problem.
>
Well, what if someone does this:
CFLAGS=-D_POSIX_SOURCE LIBS=-lposix ./configure
using the above, the configure tests wouldn't run the test
programs using -D_POSIX_SOURCE and wouldn't find the posix
functions. I don't think we want to do that :)
--
===========================================================================
Jim Jagielski [|] jim@jaguNET.com [|] http://www.jaguNET.com/
"Casanova will have many weapons; To beat him you will
have to have more than forks and flatulence."
|