Fix for demangling symbols on gcc-4.3
Brought to you by:
blep
On gcc-4.3 ./configure incorrectly thinks that g++ cannot demangle C++ symbols. The problem is in the config/ax_cxx_gcc_abi_demangle.m4 test. <malloc.h> is no longer included by default, so we just need an extra include.
This is easily fixed with the attached patch.
Patch to add <malloc.h> to 'config/ax_cxx_gcc_abi_demangle.m4' and 'src/cppunit/TypeInfoHelper.cpp'.
Thanks, fixed in revision 582.