1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2025-12-30 02:12:26 +01:00
Files
gryf-overlay/mail-client/sylpheed/files/sylpheed-2.5-enchant.diff
root 72715fdc0b Added custom ebuild for gajim (OTR branch) and required library (libasyncns
bindings), added patch for sylpheed 2.7.x, to introduce menu key on folder
list.
2010-07-24 11:20:30 +02:00

18 lines
657 B
Diff

Index: configure.in
===================================================================
--- configure.in (revision 2022)
+++ configure.in (working copy)
@@ -266,11 +266,7 @@
AC_MSG_RESULT(yes)
CFLAGS="$CFLAGS `$PKG_CONFIG --cflags gtkspell-2.0`"
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)
- elif $PKG_CONFIG --atleast-version 2.0.12 gtkspell-2.0 ; then
- LIBS="$LIBS -laspell"
- fi
+ AC_DEFINE(USE_ENCHANT, 1, Use Enchant with GtkSpell)
AC_DEFINE(USE_GTKSPELL, 1, Use GtkSpell in editor)
else
AC_MSG_RESULT(no)