changeset 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 b5f912af996e
children 202105dbed8f
files configure.ac
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Sat Apr 26 18:13:06 2003 +0000
+++ b/configure.ac	Sat Apr 26 19:46:34 2003 +0000
@@ -261,6 +261,7 @@
 else
 	PERL_CFLAGS=
 	PERL_LIBS=
+	AM_CONDITIONAL(USE_PERL, false)
 fi
 
 dnl Thanks, Evan.