# HG changeset patch # User William Ehlhardt # Date 1178342351 0 # Node ID ff85eb760c7dc4df02e99256c1aef88ba506915a # Parent 64b7d4ebd2b253f96bfb8b3387a0a9eefee0cd7a# Parent bcba07153da51d581d5abab22d5744172d11bb04 merge of '124e6be3465f8d19ae38e557d6609fe2fa4f787a' and '296e8ceb51de5268dfac776070185220b6ec5d4a' diff -r 64b7d4ebd2b2 -r ff85eb760c7d configure.ac --- 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 //'`