changeset 16908:ff85eb760c7d

merge of '124e6be3465f8d19ae38e557d6609fe2fa4f787a' and '296e8ceb51de5268dfac776070185220b6ec5d4a'
author William Ehlhardt <williamehlhardt@gmail.com>
date Sat, 05 May 2007 05:19:11 +0000
parents 64b7d4ebd2b2 (current diff) bcba07153da5 (diff)
children a00cf76108c6 6502a3846264 f35329c1094e
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Sat May 05 02:19:19 2007 +0000
+++ b/configure.ac	Sat May 05 05:19:11 2007 +0000
@@ -1187,7 +1187,7 @@
 	PERL_CFLAGS=`$perlpath -MExtUtils::Embed -e ccopts 2>/dev/null`
 	if test "_$PERL_CFLAGS" = _ ; then
 		AC_MSG_RESULT([not found, building without perl.])
-		enable_perl = no
+		enable_perl=no
 	else
 		PERL_LIBS=`$perlpath -MExtUtils::Embed -e ldopts 2>/dev/null |$sedpath 's/-lgdbm //'`
 		PERL_LIBS=`echo $PERL_LIBS |$sedpath 's/-ldb //'`