Mingwin fix from Norman Vine.

This commit is contained in:
curt 2002-12-18 21:54:04 +00:00
parent 7dfe0bf9b2
commit f076594288

View File

@ -179,7 +179,7 @@ case "${host}" in
dnl add -lwsock32 for mingwin
case "${host}" in
*-*-mingw32*)
LIBS="$LIBS -lws2_32"
base_LIBS="$base_LIBS -lws2_32"
;;
esac