[MPlayer-cvslog] r27953 - trunk/configure

bircoph subversion at mplayerhq.hu
Tue Nov 18 10:41:31 CET 2008


Author: bircoph
Date: Tue Nov 18 10:41:31 2008
New Revision: 27953

Log:
In OpenBSD socklen_t is defined at sys/types.h, so latter is added
to header search path.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Tue Nov 18 10:41:31 2008
@@ -2894,7 +2894,7 @@ fi
 
 echocheck "socklen_t"
 _socklen_t=no
-for header in "sys/socket.h" "ws2tcpip.h" ; do
+for header in "sys/socket.h" "ws2tcpip.h" "sys/types.h" ; do
   cat > $TMPC << EOF
 #include <$header>
 int main(void) { socklen_t v = 0; return v; }



More information about the MPlayer-cvslog mailing list