From 13c9411acf9f66a2d54d8c6b39d64f1ef2c25826 Mon Sep 17 00:00:00 2001 From: eihrul Date: Thu, 20 May 2010 20:27:21 +0000 Subject: [PATCH] build system notes --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0e47ae8..843c22c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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):