Check for getaddrinfo(), patch by Martin Storsjö <$firstname()$firstname,st>.
authorMartin Storsjö <martin@martin.st>
Mon, 11 Jan 2010 17:01:56 +0000 (17:01 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Mon, 11 Jan 2010 17:01:56 +0000 (17:01 +0000)
Originally committed as revision 21142 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index eb31d8d..05ace48 100755 (executable)
--- a/configure
+++ b/configure
@@ -958,6 +958,7 @@ HAVE_LIST="
     fast_cmov
     fast_unaligned
     fork
+    getaddrinfo
     gethrtime
     GetProcessTimes
     getrusage
@@ -2314,6 +2315,7 @@ fi
 check_func nanosleep || { check_func nanosleep -lrt && add_extralibs -lrt; }
 
 check_func  fork
+check_func  getaddrinfo $network_extralibs
 check_func  gethrtime
 check_func  getrusage
 check_func  inet_aton $network_extralibs