Le 03/03/2017 à 12:53, Enrico Forestieri a écrit :
On Fri, Mar 03, 2017 at 12:06:34PM +0100, Jean-Marc Lasgouttes wrote:
Le 03/03/2017 à 11:52, Enrico Forestieri a écrit :
> configure: error: cannot find suitable MyThes library (do not use
--without-included-mythes)
But I didn't use --without-included-mythes ...
I pushed a quick fix to prefer again the bundled version. Things to do:
- move bundled version to 3rdparty
- update it to latest
- change behavior of --with-included-mythes to just skip the detection of
the system one. I have to check what the zlib and iconv code do.
- then revert to without-included-mythes to be the default and reword the
help message.
I think that the code should first try the system libraries and then
the bundled ones, unless otherwise instructed by the --with or --without
options.
That was my plan: system is the default unless --with-included-* is on.
However this is different from the semantics of the spell checking
stuff. And then there is --with-included-hunspell which additionally
disables the other spell-checkers (I am not sure why).
JMarc