comparison configure.ac @ 5232:2d58a9a46292

[gaim-migrate @ 5602] Fix a problem with people without perl. Er, FOR people without perl. We can't do anything to fix them. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 26 Apr 2003 19:46:34 +0000
parents 8aafe8d7bcb8
children fda2d94b9434
comparison
equal deleted inserted replaced
5231:b5f912af996e 5232:2d58a9a46292
259 AC_MSG_RESULT(no) 259 AC_MSG_RESULT(no)
260 fi 260 fi
261 else 261 else
262 PERL_CFLAGS= 262 PERL_CFLAGS=
263 PERL_LIBS= 263 PERL_LIBS=
264 AM_CONDITIONAL(USE_PERL, false)
264 fi 265 fi
265 266
266 dnl Thanks, Evan. 267 dnl Thanks, Evan.
267 if test "$enable_gtkspell" = yes ; then 268 if test "$enable_gtkspell" = yes ; then
268 PKG_CHECK_MODULES(GTKSPELL, gtkspell-2.0 >= 2.0.2, , enable_gtkspell=no) 269 PKG_CHECK_MODULES(GTKSPELL, gtkspell-2.0 >= 2.0.2, , enable_gtkspell=no)