Don't link with library libsocket on mingw32
commit4ef0f53aa0abc61436911726ec3ad584e52653a2
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sat, 19 May 2007 15:53:57 +0000 (19 11:53 -0400)
committerNguyen Thai Ngoc Duy <pclouds@gmail.com>
Mon, 30 Jul 2007 17:22:00 +0000 (30 13:22 -0400)
tree5ee77ddfbab495f367a646964a55e97f65669ddb
parentbcc02fd084a33dcb4922f2db1186de4011b4fbe8
Don't link with library libsocket on mingw32

NEEDS_SOCKET check applies for mingw32 too but it obviously does not
have libsocket. The chech should be improved. This patch is a work-around
in the moment.
Makefile