Skip to content

Remove folder name from enchant include

Anders Jonsson requested to merge ajonsson/balsa:debian-build-fix into master

Fixes build on Debian where the path to the header has changed.

Enchant header in Debian is now found in /usr/include/enchant-2/enchant.h

This change just uses the filename, like is already done in https://gitlab.gnome.org/GNOME/balsa/-/blob/master/src/spell-check.c#L25

Merge request reports