summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorPatrick Griffis <tingping@tingping.se>2018-02-06 16:57:30 -0500
committerPatrick Griffis <tingping@tingping.se>2018-02-06 16:57:30 -0500
commit234fe8698781f149df0e6928e48859f66b5e947b (patch)
tree0558b7003df9b2fdc2975678311455d9756ecfe6 /src
parent6ca7f84d02a083f59378965f06002baae0ac9556 (diff)
Fix Enchant 2.1.3+ support
They changed the lib name yet again...

Closes #2117
Diffstat (limited to 'src')
-rw-r--r--src/fe-gtk/sexy-spell-entry.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fe-gtk/sexy-spell-entry.c b/src/fe-gtk/sexy-spell-entry.c
index bd31d223..dce19b82 100644
--- a/src/fe-gtk/sexy-spell-entry.c
+++ b/src/fe-gtk/sexy-spell-entry.c
@@ -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",