mirror of
https://github.com/TREX-CoE/trexio.git
synced 2025-04-26 02:14:54 +02:00
Disable the malloc check to improve cross-compilation
For example, compiling with gcc compiler with -fsanitize=address flag with use a different library for malloc-ing. This will fail if Autoconf add some symbols due to the use of AC_FUNC_MALLOC
This commit is contained in:
parent
3ccbb4e718
commit
6d0293a379
@ -138,7 +138,7 @@ AC_TYPE_UINT32_T
|
|||||||
AC_TYPE_UINT64_T
|
AC_TYPE_UINT64_T
|
||||||
|
|
||||||
# Checks for library functions.
|
# Checks for library functions.
|
||||||
AC_FUNC_MALLOC
|
# AC_FUNC_MALLOC
|
||||||
AC_CHECK_FUNCS([memset mkdir strerror])
|
AC_CHECK_FUNCS([memset mkdir strerror])
|
||||||
|
|
||||||
if test "x$enable_maintainer_mode" == "xyes"; then
|
if test "x$enable_maintainer_mode" == "xyes"; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user