Change CFLAGS order for PPC and ARM configure tests
authorSiarhei Siamashka <siarhei.siamashka@nokia.com>
Fri, 4 Sep 2009 11:14:00 +0000 (14:14 +0300)
committerSiarhei Siamashka <siarhei.siamashka@nokia.com>
Sun, 6 Sep 2009 21:41:42 +0000 (00:41 +0300)
commit2186bc89486f9f11161b0db280a869c6849c867e
tree736328428b338382ff03e4bf4cdc185e35756d17
parent15304e3cddd6568ba6d5d1d3030568c3db7b05cc
Change CFLAGS order for PPC and ARM configure tests

CFLAGS are always appended to the end of gcc options when compiling
sources in autotools based projects. Configure tests should do the
same. Otherwise build fails on PPC when using CFLAGS="-O2 -mno-altivec"
for example. Similar problem affects ARM.
configure.ac