Fix Enchant 2.1.3+ support
They changed the lib name yet again... Closes #2117
This commit is contained in:
parent
6ca7f84d02
commit
234fe86987
@ -167,6 +167,7 @@ initialize_enchant (void)
|
|||||||
#ifdef G_OS_UNIX
|
#ifdef G_OS_UNIX
|
||||||
"libenchant.so.1",
|
"libenchant.so.1",
|
||||||
"libenchant.so.2",
|
"libenchant.so.2",
|
||||||
|
"libenchant-2.so.2",
|
||||||
#endif
|
#endif
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
"libenchant.dylib",
|
"libenchant.dylib",
|
||||||
|
Loading…
Reference in New Issue
Block a user