From 0d75fa3faf95db142a1bf90fc3f60f17624e44dd Mon Sep 17 00:00:00 2001 From: Varsha Rao Date: Thu, 25 Jan 2018 20:48:53 +0530 Subject: configure: Remove macro AC_CHECK_FUNCS Functions memmove, strchr, strerror and strdup are defined in string.h header file. Also, strtoull is defined in stdlib.h header file. These header files are checked by AC_CHECK_HEADERS macro. AC_CHECK_FUNCS macro is not required, so remove it. Signed-off-by: Varsha Rao Signed-off-by: Pablo Neira Ayuso --- configure.ac | 3 --- 1 file changed, 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 71d30d88..48af28c8 100644 --- a/configure.ac +++ b/configure.ac @@ -128,9 +128,6 @@ AC_CHECK_HEADERS([arpa/inet.h fcntl.h inttypes.h limits.h malloc.h \ stddef.h stdint.h stdlib.h string.h unistd.h], , AC_MSG_ERROR([Header file not found])) -# Checks for library functions. -AC_CHECK_FUNCS([memmove memset strchr strdup strerror strtoull]) - AC_CONFIG_FILES([ \ Makefile \ src/Makefile \ -- cgit v1.2.3