]> git.lyx.org Git - features.git/commitdiff
Fix typo. HAVE_COMPRESSION -> USE_COMPRESSION.
authorAngus Leeming <leeming@lyx.org>
Fri, 21 Jan 2005 08:39:13 +0000 (08:39 +0000)
committerAngus Leeming <leeming@lyx.org>
Fri, 21 Jan 2005 08:39:13 +0000 (08:39 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9519 a592a061-630c-0410-9148-cb99ea01b6c8

src/lyxlex_pimpl.h

index d95367f75d0e6bb91cae082c32fb1bcbd3feec40..797605dc08f0002405a9e57789ea7509c4282f66 100644 (file)
@@ -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