diff 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
line wrap: on
line diff
--- a/configure.ac	Thu Nov 17 00:11:53 2005 +0000
+++ b/configure.ac	Thu Nov 17 03:38:38 2005 +0000
@@ -726,7 +726,8 @@
 	else
 		AC_SUBST(PERL_CFLAGS)
 		AC_SUBST(PERL_LIBS)
-		AM_CONDITIONAL(USE_PERL, test "x$enable_perl" = "xyes")
+		AM_CONDITIONAL(USE_PERL, true)
+		AC_DEFINE(HAVE_PERL, [1], [Compile with support for perl])
 
 		dnl This is almost definitely wrong, but in case there's
 		dnl something I'm missing, I'll leave it in.