comparison configure.ac @ 12067:e859c1663a27

[gaim-migrate @ 14362] Revert GtkSpell dynamic loading. A GtkSpell plugin is a better idea, and nosnilmot says he has one that's close to fully functional. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 13 Nov 2005 01:44:11 +0000
parents 29dc8fc0dd6c
children b8c5b67a5475
comparison
equal deleted inserted replaced
12066:ee8312c764b1 12067:e859c1663a27
1278 dnl Thanks, Evan. 1278 dnl Thanks, Evan.
1279 if test "$enable_gtkspell" = yes ; then 1279 if test "$enable_gtkspell" = yes ; then
1280 PKG_CHECK_MODULES(GTKSPELL, gtkspell-2.0 >= 2.0.2, , enable_gtkspell=no) 1280 PKG_CHECK_MODULES(GTKSPELL, gtkspell-2.0 >= 2.0.2, , enable_gtkspell=no)
1281 if test "$enable_gtkspell" = "yes" ; then 1281 if test "$enable_gtkspell" = "yes" ; then
1282 AC_SUBST(GTKSPELL_CFLAGS) 1282 AC_SUBST(GTKSPELL_CFLAGS)
1283 AC_SUBST(GTKSPELL_LIBS)
1283 AC_DEFINE(USE_GTKSPELL,,[do we have gtkspell?]) 1284 AC_DEFINE(USE_GTKSPELL,,[do we have gtkspell?])
1284 fi 1285 fi
1285 fi 1286 fi
1286 1287
1287 if test "$enable_audio" = yes ; then 1288 if test "$enable_audio" = yes ; then