commit 27a871499f304832dcb5da55ae7954cb229ff862
Author: Juergen Spitzmueller <sp...@lyx.org>
Date:   Mon Mar 19 09:56:53 2018 +0100

    Change lookup order for enchant-2 vs. enchant (prefer the former)
    
    (cherry picked from commit 1ae537c5437d0f1abbf877e40a09ad59385f621b)
---
 config/spell.m4 |    4 ++--
 status.23x      |    2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/config/spell.m4 b/config/spell.m4
index 5bf36fc..2a03026 100644
--- a/config/spell.m4
+++ b/config/spell.m4
@@ -45,8 +45,8 @@ AC_DEFUN([CHECK_WITH_ENCHANT],
        test "$with_enchant" = "no" && lyx_use_enchant=false
 
        if $lyx_use_enchant; then
-               PKG_CHECK_MODULES([ENCHANT], [enchant], [],
-                   [PKG_CHECK_MODULES([ENCHANT], [enchant-2], [],
+               PKG_CHECK_MODULES([ENCHANT], [enchant-2], [],
+                   [PKG_CHECK_MODULES([ENCHANT], [enchant], [],
                        [lyx_use_enchant=false])])
                AC_MSG_CHECKING([whether to use enchant])
                if $lyx_use_enchant ; then
diff --git a/status.23x b/status.23x
index 126e5c1..1a4b409 100644
--- a/status.23x
+++ b/status.23x
@@ -29,6 +29,8 @@ What's new
 
 * BUILD/INSTALLATION
 
+- Add support for v.2 of the enchant spell checker (bug 10986).
+
 
 
 ** Bug fixes:

Reply via email to