View | Details | Raw Unified
Collapse All | Expand All

(-) configure.ac.old (-4 / +9 lines)
 Lines 330-339    Link Here 
fi
fi
AM_CONDITIONAL(INKJAR, test "$with_ij" = "yes")
AM_CONDITIONAL(INKJAR, test "$with_ij" = "yes")
ink_spell_pkg=
AC_ARG_WITH(gtkspell,
if pkg-config --exists gtkspell-2.0; then
	AC_HELP_STRING([--without-gtkspell], [disable gtkspell]),[with_gtksp=$withval], [with_gtksp=yes])
	ink_spell_pkg=gtkspell-2.0
	AC_DEFINE(WITH_GTKSPELL, 1, [enable gtk spelling widget])
if test "x$with_gtksp" = "xyes"; then
   ink_spell_pkg=
   if pkg-config --exists gtkspell-2.0; then
      ink_spell_pkg=gtkspell-2.0
      AC_DEFINE(WITH_GTKSPELL, 1, [enable gtk spelling widget])
   fi
fi
fi
dnl ******************************
dnl ******************************