]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Fix AC_FUNC_MMAP regression with C++ compiler in 2.65.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 24 Nov 2009 10:36:53 +0000 (11:36 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 24 Nov 2009 10:36:53 +0000 (11:36 +0100)
commit119e8f8a2dcc13ec6e8164dd07309c0b3dc1a668
treefa25eaa728a5d90bf1884013fc60eed2685c801d
parent5372e97391ba83dc2e1a1577fdd77ce95d6dcfd7
Fix AC_FUNC_MMAP regression with C++ compiler in 2.65.

* lib/autoconf/functions.m4 (AC_FUNC_MMAP): Use const char*
for the constant string.  Cast void* to char* for assignment.
* NEWS, THANKS: Update.
Report by Michal Čihař.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
NEWS
THANKS
lib/autoconf/functions.m4