aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorLee Salzman <[email protected]>2013-05-09 15:04:01 +0300
committerLee Salzman <[email protected]>2013-05-09 15:04:01 +0300
commitbd4e5035bcc2f6a5bbad63c39f8fc3423cac55d8 (patch)
treee77d442e1bb375b13848dff9df0526b97a025bdb /configure.ac
parent71d6d63ed852eb011fba7bf568ab2ce478f5a2ac (diff)
downloadenet-bd4e5035bcc2f6a5bbad63c39f8fc3423cac55d8.tar.gz
enet-bd4e5035bcc2f6a5bbad63c39f8fc3423cac55d8.zip
move MSG_MAXIOVLEN check out of configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index e23d7a7..f4d7dfb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,9 +21,6 @@ AC_CHECK_TYPE(socklen_t, [AC_DEFINE(HAS_SOCKLEN_T)], ,
#include <sys/socket.h>
)
-AC_EGREP_HEADER(MSG_MAXIOVLEN, /usr/include/sys/socket.h, AC_DEFINE(ENET_BUFFER_MAXIMUM, [MSG_MAXIOVLEN]))
-AC_EGREP_HEADER(MSG_MAXIOVLEN, socket.h, AC_DEFINE(ENET_BUFFER_MAXIMUM, [MSG_MAXIOVLEN]))
-
AC_CONFIG_FILES([Makefile
libenet.pc])
AC_OUTPUT