]> git.lyx.org Git - lyx.git/commit
Add support for enchant 2.x
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 24 Jan 2018 15:19:34 +0000 (16:19 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 30 Jan 2018 11:11:22 +0000 (12:11 +0100)
commit63a4e82874fddcec00a1733c14ad4525d155f19f
treec59bc00ca46ccd8b7cd55dc4a23b48ffef40c099
parent7e071f14b9394d1e8e974ba5d19c61921c203f5b
Add support for enchant 2.x

As of enchant 2.x, it is required to create a Broker instance instead
of relying on a static one provided by the library.

Add autoconf and cmake (courtesy of Kornel) tests that check whether
one can indeed instantiate a Broker object, and act on the result in a
new broker() helper function.

Fixes bug #10986.
config/spell.m4
development/cmake/ConfigureChecks.cmake
development/cmake/config.h.cmake
src/EnchantChecker.cpp