[FFmpeg-cvslog] r16084 - trunk/configure

reimar subversion
Fri Dec 12 23:43:25 CET 2008


Author: reimar
Date: Fri Dec 12 23:43:25 2008
New Revision: 16084

Log:
Also include sys/types.h when testing for socklen_t, since unfortunately
OpenBSD 4.4 defines it there (and sys/socket.h does not compile without
it).

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Fri Dec 12 23:43:25 2008
@@ -1960,7 +1960,7 @@ texi2html -version > /dev/null 2>&1 && e
 # Network check
 
 if enabled network; then
-    check_type sys/socket.h socklen_t
+    check_type "sys/types.h sys/socket.h" socklen_t
     # Prefer arpa/inet.h over winsock2
     if check_header arpa/inet.h ; then
         check_func closesocket




More information about the ffmpeg-cvslog mailing list