Also check for closesocket in winsock2.h

Originally committed as revision 10086 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Ramiro Polla 18 years ago
parent 07870f8537
commit 3b4e7bb3b6
  1. 3
      configure

3
configure vendored

@ -1630,7 +1630,8 @@ check_func getrusage
check_func2 windows.h GetProcessTimes
check_func fork
check_func closesocket
check_func closesocket ||
check_func2 winsock2.h closesocket
test "$vhook" = "default" && vhook="$dlopen"

Loading…
Cancel
Save