Angus Leeming <[EMAIL PROTECTED]> writes: > > Here's my take on Asger's patch. >
One typo left. /Andreas Index: src/lyxlex_pimpl.h ========================= RCS file: /cvs/lyx/lyx-devel/src/lyxlex_pimpl.h,v retrieving revision 1.21 diff -u -p -r1.21 lyxlex_pimpl.h --- src/lyxlex_pimpl.h 2005/01/20 21:34:23 1.21 +++ src/lyxlex_pimpl.h 2005/01/21 01:33:01 @@ -60,7 +60,7 @@ public: /// fb_ is only used to open files, the stream is accessed through is. std::filebuf fb_; -#ifdef HAVE_COMPRESSION +#ifdef USE_COMPRESSION /// gz_ is only used to open files, the stream is accessed through is. gz::gzstreambuf gz_; #endif