From 27a871499f304832dcb5da55ae7954cb229ff862 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Mon, 19 Mar 2018 09:56:53 +0100 Subject: [PATCH] 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 5bf36fc8ea..2a030264b5 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 126e5c1fe9..1a4b409beb 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: -- 2.39.5