[FFmpeg-cvslog] r11553 - trunk/configure

diego subversion
Fri Jan 18 02:47:34 CET 2008


Author: diego
Date: Fri Jan 18 02:47:34 2008
New Revision: 11553

Log:
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


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Fri Jan 18 02:47:34 2008
@@ -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




More information about the ffmpeg-cvslog mailing list