summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2007-08-08 20:18:41 +0000
committerAlex Beregszaszi <alex@rtfs.hu>2007-08-08 20:18:41 +0000
commitecf97f22b368b70e90055bf8606b5e41e0b5fbd3 (patch)
treecff55923cbeffd54d751c88f9ca581964c24488f
parent611c574137e02b443ad7516b1737cf27f1e58cd1 (diff)
check for closesocket
Originally committed as revision 9991 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 35737a7549..e5133caf68 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"