(Win32) Don't assume HAVE_STRL can be defined for Windows

This commit is contained in:
twinaphex 2015-09-05 14:14:10 +02:00
parent 3e977034a7
commit 29cb6e06f9

View File

@ -380,7 +380,9 @@ fi
check_header PARPORT linux/parport.h
check_header PARPORT linux/ppdev.h
check_lib STRL "$CLIB" strlcpy
if [ "$OS" != 'Win32' ]; then
check_lib STRL "$CLIB" strlcpy
fi
check_lib STRCASESTR "$CLIB" strcasestr
check_lib MMAP "$CLIB" mmap