From ecf97f22b368b70e90055bf8606b5e41e0b5fbd3 Mon Sep 17 00:00:00 2001
From: Alex Beregszaszi <alex@rtfs.hu>
Date: Wed, 8 Aug 2007 20:18:41 +0000
Subject: [PATCH] check for closesocket

Originally committed as revision 9991 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 configure | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure b/configure
index 35737a75498..e5133caf680 100755
--- a/configure
+++ b/configure
@@ -659,6 +659,7 @@ HAVE_LIST="
     altivec_h
     arpa_inet_h
     byteswap_h
+    closesocket
     cmov
     conio_h
     dcbzl
@@ -1623,6 +1624,7 @@ check_func getrusage
 check_func2 windows.h GetProcessTimes
 
 check_func fork
+check_func closesocket
 
 test "$vhook" = "default" && vhook="$dlopen"
 
-- 
GitLab