From 3b4e7bb3b62b4dbf2da4a0c9914e8206442b1431 Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Sun, 12 Aug 2007 00:27:18 +0000 Subject: [PATCH] Also check for closesocket in winsock2.h Originally committed as revision 10086 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"