Browse Source

Also check for closesocket in winsock2.h

Originally committed as revision 10086 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Ramiro Polla 18 years ago
parent
commit
3b4e7bb3b6
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      configure

+ 2
- 1
configure View File

@@ -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