>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Part of Asger's patch wraps bits of code up inside #ifdef Angus> USE_COMPRESSION ... #endif Angus> blocks. Looks entirely reasonable to me. However, before I can Angus> apply it, I'd need to have a USE_COMPRESSION macro defined in Angus> config.h. Angus> Unfortuanetly, whilst there's this bit of code in configure.ac: [snip] Angus> AC_DEFINE(USE_COMRESSION, 1, [Define as 1 if you want to [snip] Angus> There's no corresponding /* #undef USE_COMRESSION */ in Angus> config.h.in or #define USE_COMPRESSION in config.h Are you looking for USE_COMRESSION or USE_COMPRESSION? JMarc