Re: [Mesa-dev] [PATCH] glu/autoconf: Don't modify CFLAGS in configure script

2016-07-12 Thread Eric Engestrom
On Tue, Jul 12, 2016 at 11:49:31AM +0200, Egbert Eich wrote: > From: Egbert Eich > > CFLAGS (and CXXFLAGS) may be overridden by the user when calling 'make'. > Therefore it is not advisable to set them explicitely in theconfigure Typos: s/explicitely/explicitly/ s/theconfigure/the configure/ >

[Mesa-dev] [PATCH] glu/autoconf: Don't modify CFLAGS in configure script

2016-07-12 Thread Egbert Eich
From: Egbert Eich CFLAGS (and CXXFLAGS) may be overridden by the user when calling 'make'. Therefore it is not advisable to set them explicitely in theconfigure script. We also fix the case where someone uses '--disable-debug'. Signed-off-by: Egbert Eich --- Makefile.am | 4 ++-- configure.a