I really hope I'm not breaking something else. This should do the trick.

Now you should be able to set PREP_HTTPD=1 and not getting prompted.

$NO_HTTPD is set to 1, if USE_APACI==1 && PREP_HTTPD==1

Index: Makefile.PL
===================================================================
RCS file: /home/cvs/modperl/Makefile.PL,v
retrieving revision 1.219
diff -u -r1.219 Makefile.PL
--- Makefile.PL 26 Nov 2003 02:22:10 -0000      1.219
+++ Makefile.PL 26 Nov 2003 02:37:11 -0000
@@ -564,7 +564,7 @@

     if (-e $httpd_h) {
        unless($NO_HTTPD and not $DYNAMIC and not $PREP_HTTPD) {
-           unless($DO_HTTPD) {
+           unless($DO_HTTPD or $NO_HTTPD) {
                $ans = prompt("Configure mod_perl with $adir ?", "y");
                next unless $ans =~ /^y$/i;
            }


__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com


-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html



Reply via email to