dect
/
libdect
Archived
13
0
Fork 0

build: disable autocrap malloc checks

example/audio.c:70: undefined reference to `rpl_malloc'

Signed-off-by: Patrick McHardy <kaber@gw.localnet>
This commit is contained in:
Patrick McHardy 2009-05-21 19:32:37 +02:00
parent 8cee5fa35e
commit 35e51f08f5
1 changed files with 2 additions and 2 deletions

View File

@ -66,8 +66,8 @@ AC_TYPE_UINT32_T
AC_TYPE_UINT64_T
# Checks for library functions.
AC_FUNC_MALLOC
AC_FUNC_REALLOC
# AC_FUNC_MALLOC
# AC_FUNC_REALLOC
AC_CHECK_FUNCS([memmove memset strchr strdup strerror strtoull])
AC_CONFIG_FILES([Makefile Makefile.defs Makefile.rules])