Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 162237
Collapse All | Expand All

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

Return to bug 162237