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:
parent
02f535e8f3
commit
e4e469a0ed
|
|
@ -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*)
|
||||
|
|
|
|||
Loading…
Reference in New Issue