* configure.ac: Pass CXXFLAGS/CFLAGS/CPPFLAGS debug/optimization

settings to sub configure.
This commit is contained in:
Alexandre Duret-Lutz 2011-04-03 10:51:32 +02:00
parent 197019ea62
commit 87172f145d
2 changed files with 14 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2011-04-03 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* configure.ac: Pass CXXFLAGS/CFLAGS/CPPFLAGS debug/optimization
settings to sub configure.
2011-03-31 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Introduct a down_cast macro.