stdint: don't assume C++11 when compiling with g++
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 15 Dec 2011 19:48:25 +0000 (11:48 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 15 Dec 2011 19:48:53 +0000 (11:48 -0800)
commit501af6ba6cbdb199856d2a12f8a1ee754e7bd2ae
tree83a87d9a5c7cd2ca414526feaae6085100c59fa1
parentc213f005cd02dfb78035559fa519cfc4666feec3
stdint: don't assume C++11 when compiling with g++

Problem reported for glibc 2.14 and g++ by Alexander V. Lukyanov in
<http://lists.gnu.org/archive/html/bug-gnulib/2011-12/msg00099.html>.
* m4/stdint.m4 (gl_STDINT_H): Don't go to extra work to make it
work also in C++ before C++11, as that improperly inhibits
generating a substitute stdint.h for that case.
ChangeLog
m4/stdint.m4