I faced the same issue on Archlinux. I got this error when I forced --enable-spellcheck: ``` checking for enchant >= 1.5... no checking for enchant >= 2.0... no checking for enchant >= 1.3... no configure: error: Package requirements (enchant >= 1.3) were not met: No package 'enchant' found
``` Note that my current version is `enchant 2.2.3-1` As a quick workaround, it is enough to install an enchant package which has the version number in the name (eg. enchant2). Such package exists in the AUR, unfortunately, with version 1.6. On the good side, it doesn't conflict with the main enchant package and geany's spellcheck is back (I assume it is using the 1.6 version since it was compiled based on it, please confirm this). Looking forward to the definitive fix for this problem.