comparison configure.ac @ 12120:b8c5b67a5475

[gaim-migrate @ 14420] Perl and Mono should probably be listed in the About box as enabled/disabled. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Thu, 17 Nov 2005 03:38:38 +0000
parents e859c1663a27
children 355c7acbb61d
comparison
equal deleted inserted replaced
12119:312efb43c49a 12120:b8c5b67a5475
724 AM_CONDITIONAL(USE_PERL, false) 724 AM_CONDITIONAL(USE_PERL, false)
725 AC_MSG_WARN(Compiling perl requires ExtUtils::MakeMaker) 725 AC_MSG_WARN(Compiling perl requires ExtUtils::MakeMaker)
726 else 726 else
727 AC_SUBST(PERL_CFLAGS) 727 AC_SUBST(PERL_CFLAGS)
728 AC_SUBST(PERL_LIBS) 728 AC_SUBST(PERL_LIBS)
729 AM_CONDITIONAL(USE_PERL, test "x$enable_perl" = "xyes") 729 AM_CONDITIONAL(USE_PERL, true)
730 AC_DEFINE(HAVE_PERL, [1], [Compile with support for perl])
730 731
731 dnl This is almost definitely wrong, but in case there's 732 dnl This is almost definitely wrong, but in case there's
732 dnl something I'm missing, I'll leave it in. 733 dnl something I'm missing, I'll leave it in.
733 AC_CHECK_FUNCS(Perl_eval_pv) 734 AC_CHECK_FUNCS(Perl_eval_pv)
734 735