diff options
author | eihrul <eihrul> | 2010-05-20 16:55:27 +0000 |
---|---|---|
committer | eihrul <eihrul> | 2010-05-20 16:55:27 +0000 |
commit | e49aaf7a6fe63937e56f2efaebad3f37574fd93f (patch) | |
tree | 28e11eb3d8c633f81fa81f1019131b898c21b995 /configure.ac | |
parent | 72525fbca19d4a643ae1e0547947d4d6fa32f4b4 (diff) | |
download | enet-e49aaf7a6fe63937e56f2efaebad3f37574fd93f.tar.gz enet-e49aaf7a6fe63937e56f2efaebad3f37574fd93f.zip |
checksum is now a run-time option
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac index c55c9fe..06a7526 100644 --- a/configure.ac +++ b/configure.ac @@ -24,17 +24,6 @@ AC_CHECK_TYPE(socklen_t, [AC_DEFINE(HAS_SOCKLEN_T)], , 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_MSG_CHECKING(whether to use CRC32) -AC_ARG_ENABLE(crc32, - [ --enable-crc32 enable CRC32 packet verification ], - [if test "$enableval" = yes; then - AC_MSG_RESULT(yes) - AC_DEFINE(USE_CRC32) - else - AC_MSG_RESULT(no) - fi], - [AC_MSG_RESULT(no)]) - AC_CONFIG_FILES([Makefile libenet.pc]) AC_OUTPUT |