From e4e469a0ede6974e1f916843f9317244516f7674 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 24 Mar 2016 11:01:52 +0000 Subject: [PATCH] configure: Remove test for strlcat There's no point in testing for functions we don't use and seem to cause problems for Clang. Reported-by: Sedat Dilek Signed-off-by: Chris Wilson --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index c18ad96c..b121515f 100644 --- a/configure.ac +++ b/configure.ac @@ -62,9 +62,6 @@ AC_DISABLE_STATIC AC_PROG_LIBTOOL AC_SYS_LARGEFILE -# Check for common libc routines redefined by os.h -AC_CHECK_FUNCS([strlcpy strlcat strndup], [], []) - # Platform specific settings case $host_os in *linux*)