diff configure.ac @ 16908:ff85eb760c7d

merge of '124e6be3465f8d19ae38e557d6609fe2fa4f787a' and '296e8ceb51de5268dfac776070185220b6ec5d4a'
author William Ehlhardt <williamehlhardt@gmail.com>
date Sat, 05 May 2007 05:19:11 +0000
parents bcba07153da5
children d0e74d0be43f f35329c1094e
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 //'`