From: Jürgen Vigna Date: Wed, 30 May 2001 15:09:31 +0000 (+0000) Subject: Small changes to be able to compile on RH7.1 with pspell and included string. X-Git-Tag: 1.6.10~21218 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a58ca02d2490489fe082b3f7f09ba8c33e834062;p=features.git Small changes to be able to compile on RH7.1 with pspell and included string. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2073 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/boost/ChangeLog b/boost/ChangeLog index 423418b66e..5fe53b9abf 100644 --- a/boost/ChangeLog +++ b/boost/ChangeLog @@ -1,3 +1,7 @@ +2001-05-30 Juergen Vigna + + * boost/config.hpp: change include of to "LString.h". + 2001-05-29 Lars Gullik Bjønnes * boost/utility.hpp: update diff --git a/boost/boost/config.hpp b/boost/boost/config.hpp index 9b7ebb409b..87538b6ebb 100644 --- a/boost/boost/config.hpp +++ b/boost/boost/config.hpp @@ -236,7 +236,7 @@ # define BOOST_NO_AUTO_PTR # endif # if __GNUC__ == 2 && __GNUC_MINOR__ <= 97 -# include // not sure this is the right way to do this -JGS +# include "LString.h" // not sure this is the right way to do this -JGS # if defined(__BASTRING__) && !defined(__GLIBCPP__) && !defined(_CXXRT_STD) && !defined(__SGI_STL) // need to ask Dietmar about this -JGS // this should only detect the stdlibc++ that ships with gcc, and // not any replacements that may be installed... diff --git a/src/ChangeLog b/src/ChangeLog index ef0f770df8..2efc2e2c12 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2001-05-30 Juergen Vigna + + * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use + to check pspell I add this as default as I now have new pspell + libraries and they seem to use this. + 2001-05-30 Lars Gullik Bjønnes * text2.C (CutSelection): make the cursor valid before the call to diff --git a/src/spellchecker.C b/src/spellchecker.C index 030cbc4aca..8348455a82 100644 --- a/src/spellchecker.C +++ b/src/spellchecker.C @@ -66,6 +66,7 @@ #include "support/lstrings.h" #ifdef USE_PSPELL +#define USE_ORIGINAL_MANAGER_FUNCS 1 # include #endif