Do use of tr1::unordered_map with G++ 4.0.0.

* m4/stl.m4 (AC_HEADER_TR1_UNORDERED_MAP): Add some code so
we don't pick a broken tr1::unordered_map.
This commit is contained in:
Alexandre Duret-Lutz 2012-01-12 18:40:40 +01:00
parent 253e38ae7d
commit 89279d9829
2 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,10 @@
2012-01-12 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Do use of tr1::unordered_map with G++ 4.0.0.
* m4/stl.m4 (AC_HEADER_TR1_UNORDERED_MAP): Add some code so
we don't pick a broken tr1::unordered_map.
2012-01-06 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* lrde-upload.sh: Retrieve the package version from configure.ac.