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 <sedat.dilek@gmail.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2016-03-24 11:01:52 +00:00
parent 02f535e8f3
commit e4e469a0ed
1 changed files with 0 additions and 3 deletions

View File

@ -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*)