comparison configure.ac @ 12061:29dc8fc0dd6c

[gaim-migrate @ 14356] SF Patch #1351190 from Michael Hearn "This allows Linux binaries of Gaim to operate even when GTKspell is not available at runtime. Useful for the autopackages." I made a number of changes to this, so blame me first if it's busted. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 13 Nov 2005 00:19:12 +0000
parents 112dad7aeba9
children e859c1663a27
comparison
equal deleted inserted replaced
12060:f7d2f637ff03 12061:29dc8fc0dd6c
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)
1284 AC_DEFINE(USE_GTKSPELL,,[do we have gtkspell?]) 1283 AC_DEFINE(USE_GTKSPELL,,[do we have gtkspell?])
1285 fi 1284 fi
1286 fi 1285 fi
1287 1286
1288 if test "$enable_audio" = yes ; then 1287 if test "$enable_audio" = yes ; then