diff options
author | eihrul <eihrul> | 2010-05-20 20:27:21 +0000 |
---|---|---|
committer | eihrul <eihrul> | 2010-05-20 20:27:21 +0000 |
commit | 13c9411acf9f66a2d54d8c6b39d64f1ef2c25826 (patch) | |
tree | 7752ae9a70eec5083bb91495c729f28361d32846 | |
parent | 254b4214dc45a799810a04cb23ccd0ff819b80f0 (diff) | |
download | enet-13c9411acf9f66a2d54d8c6b39d64f1ef2c25826.tar.gz enet-13c9411acf9f66a2d54d8c6b39d64f1ef2c25826.zip |
build system notes
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -14,6 +14,12 @@ such that if no_memory returns rather than aborts (the default behavior), then the error is propagated to the return value of the API calls * now uses packed attribute for protocol structures on platforms with strange alignment rules +* improved autoconf build system contributed by Nathan Brink allowing +for easier building as a shared library + +Caveats: If you were using the compile-time option that enabled checksums, +make sure to set the checksum callback inside ENetHost to enet_crc32 to +regain the old behavior. ENet 1.2.1 (November 12, 2009): |