comparison configure.ac @ 13174:e29845c34565

[gaim-migrate @ 15537] Something on FC1 doesn't like the newline in here committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 08 Feb 2006 05:07:43 +0000
parents 5d5e9c65fa42
children 5adc0c9da9f3
comparison
equal deleted inserted replaced
13173:07ecd51f1f07 13174:e29845c34565
1412 AM_CONDITIONAL(USE_TK, false) 1412 AM_CONDITIONAL(USE_TK, false)
1413 fi 1413 fi
1414 1414
1415 dnl Thanks, Evan. 1415 dnl Thanks, Evan.
1416 if test "$enable_gtkspell" = yes ; then 1416 if test "$enable_gtkspell" = yes ; then
1417 PKG_CHECK_MODULES(GTKSPELL, gtkspell-2.0 >= 2.0.2, [ 1417 PKG_CHECK_MODULES(GTKSPELL, gtkspell-2.0 >= 2.0.2, [], [
1418 ], [
1419 AC_MSG_RESULT(no) 1418 AC_MSG_RESULT(no)
1420 enable_gtkspell=no 1419 enable_gtkspell=no
1421 ]) 1420 ])
1422 if test "$enable_gtkspell" = "yes" ; then 1421 if test "$enable_gtkspell" = "yes" ; then
1423 AC_SUBST(GTKSPELL_CFLAGS) 1422 AC_SUBST(GTKSPELL_CFLAGS)