mirror of
https://github.com/gryf/gryf-overlay.git
synced 2025-12-30 02:12:26 +01:00
18 lines
657 B
Diff
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)
|