Commit 695ebb7c authored by diego's avatar diego

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11553 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 16d582d0
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment