From b61c42063682ab26088a3808fe86a303504f5a35 Mon Sep 17 00:00:00 2001 From: William Robinet Date: Sat, 29 Aug 2020 20:57:42 +0200 Subject: [PATCH] Prepare ASAN build --- configure.ac | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 45e20fc..9746327 100644 --- a/configure.ac +++ b/configure.ac @@ -15,8 +15,6 @@ AC_PROG_INSTALL # Checks for header files. -AC_FUNC_ALLOCA -AC_FUNC_MALLOC AC_CHECK_HEADERS([arpa/inet.h memory.h netdb.h netinet/in.h stdlib.h string.h sys/param.h sys/socket.h sys/time.h unistd.h],,[AC_MSG_ERROR([Missing header.])]) AC_HEADER_STDC AC_HEADER_TIME @@ -74,9 +72,7 @@ AC_CHECK_SIZEOF([unsigned long]) AC_CHECK_SIZEOF([unsigned long long]) # Checks for library functions. -AC_FUNC_MALLOC -AC_FUNC_REALLOC -AC_CHECK_FUNCS([gethostbyaddr gettimeofday inet_ntoa isascii memmove memset strchr strdup strstr strtol]) +AC_CHECK_FUNCS([malloc realloc gethostbyaddr gettimeofday inet_ntoa isascii memmove memset strchr strdup strstr strtol]) AC_CONFIG_FILES([Makefile common/Makefile