mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
13 lines
491 B
Diff
13 lines
491 B
Diff
diff -Naur enet-1.3.0/configure.ac enet-1.3.0-haiku/configure.ac
|
|
--- enet-1.3.0/configure.ac 2010-06-09 21:22:33.031981568 +0000
|
|
+++ enet-1.3.0-haiku/configure.ac 2010-08-09 01:56:24.870842368 +0000
|
|
@@ -16,6 +16,8 @@
|
|
|
|
AC_CHECK_MEMBER(struct msghdr.msg_flags, [AC_DEFINE(HAS_MSGHDR_FLAGS)], , [#include <sys/socket.h>])
|
|
|
|
+AC_CHECK_LIB(network, connect)
|
|
+
|
|
AC_CHECK_TYPE(socklen_t, [AC_DEFINE(HAS_SOCKLEN_T)], ,
|
|
#include <sys/types.h>
|
|
#include <sys/socket.h>
|