From 7d3ef8d375defc9fb7efb4e48b72a6f4f9b98c16 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 9 Dec 2015 23:58:03 +0300 Subject: Disable malloc and realloc in configure. Look like it create issues in new libc. --- configure.ac | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index 8260b0588..115421877 100755 --- a/configure.ac +++ b/configure.ac @@ -52,12 +52,13 @@ AC_HEADER_TIME # Checks for library functions. AC_FUNC_ERROR_AT_LINE -if test "x$androidbuild_enabled" == "xfalse"; then - if test "x$naclbuild_enabled" == "xfalse"; then - AC_FUNC_MALLOC - AC_FUNC_REALLOC - fi -fi +# disabled because look like build issue with some libc versions with asan +#if test "x$androidbuild_enabled" == "xfalse"; then +# if test "x$naclbuild_enabled" == "xfalse"; then +# AC_FUNC_MALLOC +# AC_FUNC_REALLOC +# fi +#fi AC_C_INLINE AC_FUNC_SELECT_ARGTYPES -- cgit v1.2.3-60-g2f50