From 66f5371f7a1977c0e27dea9e2fb61bb5832b7ad9 Mon Sep 17 00:00:00 2001 From: short <> Date: Fri, 4 Oct 2002 18:31:57 +0000 Subject: [PATCH] Fixed $with_perl --- bin/vellumweb-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/vellumweb-build b/bin/vellumweb-build index ed8e916..6afb568 100755 --- a/bin/vellumweb-build +++ b/bin/vellumweb-build @@ -62,7 +62,7 @@ pushd $php make install popd -if ! $with_perl;then +if $with_perl;then pushd $modperl perl Makefile.PL APACHE_SRC=../$httpd DO_HTTPD=1 USE_APACI=1 PREP_HTTPD=1 EVERYTHING=1 \ PERL_DEBUG=1 -- 1.8.3.1