aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.in1
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 29dabb09..e14f2f56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-03-22
+
+ * configure.in: added the following line for newer gcc-4.5:
+ LIBS="$LIBS `$PKG_CONFIG --libs enchant`"
+ (thanks to Ricardo Mones)
+
2011-03-16
* src/compose.c: changed keyboard shortcut of File/Send to prevent
diff --git a/configure.in b/configure.in
index f116204b..89ab97c5 100644
--- a/configure.in
+++ b/configure.in
@@ -290,6 +290,7 @@ if test "$ac_cv_enable_gtkspell" = yes; then
LIBS="$LIBS `$PKG_CONFIG --libs gtkspell-2.0`"
if $PKG_CONFIG --atleast-version 2.0.13 gtkspell-2.0 ; then
AC_DEFINE(USE_ENCHANT, 1, Use Enchant with GtkSpell)
+ LIBS="$LIBS `$PKG_CONFIG --libs enchant`"
dnl Workaroud for zemberek crash
if $PKG_CONFIG --atleast-version 1.4.2 enchant ; then