Re: ax_cxx_gcc_abi_demangle.m4: missing header

2012-07-26 Thread Eric Blake
On 07/26/2012 06:36 AM, Andriy Gapon wrote: > > ax_cxx_gcc_abi_demangle.m4 fails to detect AX_CXX_GCC_ABI_DEMANGLE feature on > FreeBSD when using GCC 4.6 or later. > The test code uses free(3) which is declared in stdlib.h. In the described > environment the function is _not_ indirectly visible

ax_cxx_gcc_abi_demangle.m4: missing header

2012-07-26 Thread Andriy Gapon
ax_cxx_gcc_abi_demangle.m4 fails to detect AX_CXX_GCC_ABI_DEMANGLE feature on FreeBSD when using GCC 4.6 or later. The test code uses free(3) which is declared in stdlib.h. In the described environment the function is _not_ indirectly visible via other headers used. So compilation of the test cod