Let the dependency checker deal with winsock2's extralibs.

Originally committed as revision 10593 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Ramiro Polla 2007-09-26 16:57:19 +00:00
parent 2ddcf84bb7
commit ea10ddde96

2
configure vendored
View File

@ -1637,7 +1637,7 @@ if enabled network; then
if check_header arpa/inet.h ; then
check_func closesocket
elif check_header winsock2.h ; then
add_extralibs -lws2_32
network_extralibs="-lws2_32"
check_func2 winsock2.h closesocket
fi
fi