diff options
author | Lee Salzman <[email protected]> | 2013-05-09 15:04:01 +0300 |
---|---|---|
committer | Lee Salzman <[email protected]> | 2013-05-09 15:04:01 +0300 |
commit | bd4e5035bcc2f6a5bbad63c39f8fc3423cac55d8 (patch) | |
tree | e77d442e1bb375b13848dff9df0526b97a025bdb /configure.ac | |
parent | 71d6d63ed852eb011fba7bf568ab2ce478f5a2ac (diff) | |
download | enet-bd4e5035bcc2f6a5bbad63c39f8fc3423cac55d8.tar.gz enet-bd4e5035bcc2f6a5bbad63c39f8fc3423cac55d8.zip |
move MSG_MAXIOVLEN check out of configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
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 |