qb: Don't check for strlcpy on linux.
This commit is contained in:
parent
91b5fa7ad6
commit
b0d9a5c539
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue