Re: [Mesa-dev] [PATCH 3/3] configure.ac: Don't duplicate CFLAGS

2012-08-01 Thread Adam Jackson
On 8/1/12 11:54 AM, Matt Turner wrote: These assignments caused CFLAGS specified on the configure like to appear twice in the final CFLAGS. Removing them makes the behavior reasonable -- USER_CFLAGS are appended at the end of CFLAGS, allowing the builder to override flags added by configure.ac li

[Mesa-dev] [PATCH 3/3] configure.ac: Don't duplicate CFLAGS

2012-08-01 Thread Matt Turner
These assignments caused CFLAGS specified on the configure like to appear twice in the final CFLAGS. Removing them makes the behavior reasonable -- USER_CFLAGS are appended at the end of CFLAGS, allowing the builder to override flags added by configure.ac like -fno-strict-aliasing. --- configure.a