mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Change lookup order for enchant-2 vs. enchant (prefer the former)
This commit is contained in:
parent
71977769ec
commit
1ae537c543
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user