summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRamiro Polla <ramiro.polla@gmail.com>2007-08-12 00:27:18 +0000
committerRamiro Polla <ramiro.polla@gmail.com>2007-08-12 00:27:18 +0000
commit3b4e7bb3b62b4dbf2da4a0c9914e8206442b1431 (patch)
tree82d8009d8ac748f6109a6beb0d8f10dd8112e08c
parent07870f85378e2556b017a3b1544394ea7eee9905 (diff)
Also check for closesocket in winsock2.h
Originally committed as revision 10086 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 7c7a5524c8..b460063d34 100755
--- a/configure
+++ b/configure
@@ -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"