summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <[email protected]>2012-08-08 00:30:01 +0200
committerMarkus Mohrhard <[email protected]>2012-09-24 19:26:31 +0200
commite82718c224cdd569c7026f9c710706871d9a7dde (patch)
tree59fbe8b9288fcffdf28c0eb8bf3e3bc1d1f58897
parent8c4305e3ec4cf9b55b0aaecb924288cad95b6f91 (diff)
also adapt the configure check to portable header for freecppunit-1.13.1
-rw-r--r--config/ax_cxx_gcc_abi_demangle.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config/ax_cxx_gcc_abi_demangle.m4 b/config/ax_cxx_gcc_abi_demangle.m4
index dd3c439..0927d8c 100644
--- a/config/ax_cxx_gcc_abi_demangle.m4
+++ b/config/ax_cxx_gcc_abi_demangle.m4
@@ -15,7 +15,7 @@ ac_cv_cxx_gcc_abi_demangle,
AC_LANG_CPLUSPLUS
AC_TRY_COMPILE([#include <typeinfo>
#include <cxxabi.h>
-#include <malloc.h>
+#include <cstdlib>
#include <string>
template<typename TYPE>