coar        2004/03/05 08:54:19

  Modified:    perl-framework/Apache-Test/lib/Apache TestConfigC.pm
  Log:
  too many assumptions that things will stay the same
  
  Revision  Changes    Path
  1.28      +1 -1      
httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfigC.pm
  
  Index: TestConfigC.pm
  ===================================================================
  RCS file: 
/home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfigC.pm,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -u -r1.27 -r1.28
  --- TestConfigC.pm    5 Mar 2004 11:30:42 -0000       1.27
  +++ TestConfigC.pm    5 Mar 2004 16:54:19 -0000       1.28
  @@ -197,7 +197,7 @@
       my $makefile = catfile $mod->{dir}, 'Makefile';
       my $apxsflags = '';
   
  -    if ($dversion eq '-DAPACHE1') {
  +    if ($dversion =~ 'APACHE1') {
           $apxsflags = "-Wl,-bE:$name.exp";
           my $expfile = catfile $mod->{dir}, "$name.exp";
           if (! -f $expfile) {
  
  
  

Reply via email to