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 20:03:21 +0000 (23:03 +0300)
commit2679d93e22b4f3922a39bc53680f1aab6ea7c73c
treebabb53d546b23bb677bc00c2f4a54e4625e3a387
parent91232ee40d8499cb91ad27717f751f15c805b4a6
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