From: Angus Leeming Date: Fri, 21 Jan 2005 08:39:13 +0000 (+0000) Subject: Fix typo. HAVE_COMPRESSION -> USE_COMPRESSION. X-Git-Tag: 1.6.10~14627 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=c38c00230ca8a66b74ca0c82cd07303fb23ea7b5;p=features.git Fix typo. HAVE_COMPRESSION -> USE_COMPRESSION. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9519 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/lyxlex_pimpl.h b/src/lyxlex_pimpl.h index d95367f75d..797605dc08 100644 --- a/src/lyxlex_pimpl.h +++ b/src/lyxlex_pimpl.h @@ -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