Fix Enchant 2.1.3+ support

They changed the lib name yet again...

Closes #2117
This commit is contained in:
Patrick Griffis 2018-02-06 16:57:30 -05:00
parent 6ca7f84d02
commit 234fe86987

View File

@ -167,6 +167,7 @@ initialize_enchant (void)
#ifdef G_OS_UNIX
"libenchant.so.1",
"libenchant.so.2",
"libenchant-2.so.2",
#endif
#ifdef __APPLE__
"libenchant.dylib",