Add warning message if cl test prog fails for cygwin targets

This commit is contained in:
seawood%netscape.com 2002-02-03 03:06:07 +00:00
parent b70faea1fc
commit 181af4aac2

View File

@ -150,6 +150,8 @@ case "$target" in
cl -o dummy dummy.c >/dev/null 2>&1
if test $? = 0; then
_WIN32_MSVC=1
else
AC_MSG_WARN([cl.exe test failed. Using normal feature tests])
fi
rm -f dummy dummy.o dummy.obj dummy.exe dummy.c
fi