]> jfr.im git - irc/hexchat/hexchat.git/commitdiff
Fix Enchant 2.1.3+ support
authorPatrick Griffis <redacted>
Tue, 6 Feb 2018 21:57:30 +0000 (16:57 -0500)
committerPatrick Griffis <redacted>
Tue, 6 Feb 2018 21:57:30 +0000 (16:57 -0500)
They changed the lib name yet again...

Closes #2117

src/fe-gtk/sexy-spell-entry.c

index bd31d223937f54dd15ee8c5c0bee7545979d292a..dce19b82929a6f200ca06a3a0f09d2bd509dc880 100644 (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",