/[Apache-SVN]/httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestConfig.pm
ViewVC logotype

Diff of /httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestConfig.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestConfig.pm	2004/12/25 18:30:34	123341
+++ httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestConfig.pm	2004/12/25 18:37:06	123342
@@ -1218,7 +1218,7 @@ sub find_and_load_module {
     my ($sym) = $name =~ m/mod_(\w+)\./;
 
     if ($mod_path && -e $mod_path) {
-        $self->preamble(IfModule => "!$name",
+        $self->preamble(IfModule => "!mod_$sym.c",
                         qq{LoadModule ${sym}_module "$mod_path"\n});
     }
     return 1;

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26