mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
parent
593a0956fa
commit
71977769ec
@ -45,7 +45,9 @@ AC_DEFUN([CHECK_WITH_ENCHANT],
|
|||||||
test "$with_enchant" = "no" && lyx_use_enchant=false
|
test "$with_enchant" = "no" && lyx_use_enchant=false
|
||||||
|
|
||||||
if $lyx_use_enchant; then
|
if $lyx_use_enchant; then
|
||||||
PKG_CHECK_MODULES([ENCHANT], [enchant], [], [lyx_use_enchant=false])
|
PKG_CHECK_MODULES([ENCHANT], [enchant], [],
|
||||||
|
[PKG_CHECK_MODULES([ENCHANT], [enchant-2], [],
|
||||||
|
[lyx_use_enchant=false])])
|
||||||
AC_MSG_CHECKING([whether to use enchant])
|
AC_MSG_CHECKING([whether to use enchant])
|
||||||
if $lyx_use_enchant ; then
|
if $lyx_use_enchant ; then
|
||||||
AC_MSG_RESULT(yes)
|
AC_MSG_RESULT(yes)
|
||||||
|
Loading…
Reference in New Issue
Block a user