]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlex_pimpl.h
- Link against qt-mt333.lib which is what the current qt3 cvs produces
[lyx.git] / 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