summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Kostylev <michael.kostylev@gmail.com>2008-01-18 01:47:34 +0000
committerDiego Biurrun <diego@biurrun.de>2008-01-18 01:47:34 +0000
commit094c09bb4a58060f1be02c1fd6b44e0e144c206e (patch)
treee27490e103b284c4b512e38276369a693722ea50 /configure
parentbadbe09af3b983264befa5af41d813ba49206756 (diff)
Add system-specific network link flags to inet_aton test. This should fix
the check on platforms that require those flags. patch by Michael Kostylev, mik niipt ru Originally committed as revision 11553 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index c242c49148..560d27bae5 100755
--- a/configure
+++ b/configure
@@ -1569,7 +1569,7 @@ fi
check_func fork
check_func gethrtime
check_func getrusage
-check_func inet_aton
+check_func inet_aton $network_extralibs
check_func memalign
check_func mkstemp
check_func2 windows.h GetProcessTimes