Configure: Fixed usage of CPPFLAGS instead of CFLAGS for some options
commite17a197bc4713918930e0b9d3a495d64a5dcdac7
authorChristophe CURIS <christophe.curis@free.fr>
Fri, 10 May 2013 22:07:11 +0000 (11 00:07 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Fri, 10 May 2013 23:17:27 +0000 (11 00:17 +0100)
tree1b0bed58b2bfba26b161201897a0bd3c9d3fe9b3
parentf73ccae798bd73404d983e925213286db7de8171
Configure: Fixed usage of CPPFLAGS instead of CFLAGS for some options

Some compilation options are actually targetting the preprocessor
instead of the compiler; using the wrong variable can have some
subtile side effects, so let's get things right.
configure.ac