From c38c00230ca8a66b74ca0c82cd07303fb23ea7b5 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Fri, 21 Jan 2005 08:39:13 +0000 Subject: [PATCH] Fix typo. HAVE_COMPRESSION -> USE_COMPRESSION. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9519 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/lyxlex_pimpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2