Merge pull request #5616 from orbea/strlcpy

qb: Don't check for strlcpy on linux.
This commit is contained in:
Twinaphex 2017-10-27 21:30:08 +02:00 committed by GitHub
commit 45058acbef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -450,7 +450,7 @@ check_header XSHM X11/Xlib.h X11/extensions/XShm.h
check_header PARPORT linux/parport.h
check_header PARPORT linux/ppdev.h
if [ "$OS" != 'Win32' ]; then
if [ "$OS" != 'Win32' ] && [ "$OS" != 'Linux' ]; then
check_lib STRL "$CLIB" strlcpy
fi
check_lib STRCASESTR "$CLIB" strcasestr