[Users] [Bug 3999] New: No spell checker

Páder Rezső rezso at rezso.net
Wed Mar 28 16:11:54 CEST 2018


>
>Somehow spellchecking works here:
>
>$ cat /etc/lsb-release
>DISTRIB_ID=ManjaroLinux
>DISTRIB_RELEASE=17.1.6
>DISTRIB_CODENAME=Hakoila
>DISTRIB_DESCRIPTION="Manjaro Linux"
>
>
>$claws-mail -v
>Claws Mail version 3.16.0
>
>$enchant-2 -v
>@(#) International Ispell Version 3.1.20 (but really Enchant 2.2.3)
>
>It could a git version problem
>

# fix new versioned enchant pkgconfig detection
sed -i "s:PKG_CHECK_MODULES(ENCHANT, enchant >= 1.4.0:PKG_CHECK_MODULES(ENCHANT, enchant-2 >= 1.4.0:" configure.ac
sed -i "s:--cflags enchant:--cflags enchant-2:" configure.ac

This is enough with an autoreconf, because the enchant code in CM is
compatible with enchant-2.

-- 
R.



More information about the Users mailing list