Index: Embperl-2.0.0/Makefile.PL --- Embperl-2.0.0/Makefile.PL.orig 2005-08-07 02:02:58 +0200 +++ Embperl-2.0.0/Makefile.PL 2005-08-15 13:21:04 +0200 @@ -619,7 +619,7 @@ $base = $ENV{'ProgramFiles'} if ($win32) ; -$apache = GetYesNo ("Build with support for Apache mod_perl?", 'y') if (!$apache) ; +$apache = 0; if ($apache && $apache_src ne '') { Index: Embperl-2.0.0/driver/epxalan.MAKEPL --- Embperl-2.0.0/driver/epxalan.MAKEPL.orig 2005-08-07 01:57:37 +0200 +++ Embperl-2.0.0/driver/epxalan.MAKEPL 2005-08-15 13:20:31 +0200 @@ -8,7 +8,7 @@ if (!$win32) { - $path = $ENV{XALANPATH} || GetString ("Enter path of XALAN base directory or single dot for not using XALAN", $XALANPATH || '.') ; + $path = "."; if (!$path || $path eq '.') {