You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by st...@apache.org on 2004/04/07 04:55:42 UTC

cvs commit: httpd-apreq-2/build xsbuilder.pl

stas        2004/04/06 19:55:42

  Modified:    build    xsbuilder.pl
  Log:
  we don't support 1.x now
  
  Revision  Changes    Path
  1.23      +2 -6      httpd-apreq-2/build/xsbuilder.pl
  
  Index: xsbuilder.pl
  ===================================================================
  RCS file: /home/cvs/httpd-apreq-2/build/xsbuilder.pl,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -u -r1.22 -r1.23
  --- xsbuilder.pl	5 Apr 2004 22:44:30 -0000	1.22
  +++ xsbuilder.pl	7 Apr 2004 02:55:42 -0000	1.23
  @@ -256,14 +256,10 @@
       my $env = __PACKAGE__->env || '';
       if ($mod_perl::VERSION > 1.99) {
           die __PACKAGE__ . ": httpd must load mod_apreq.so first"
  -               if $env ne "Apache::RequestRec";
  -    }
  -    elsif ($mod_perl::VERSION > 1.24) {
  -        die __PACKAGE__ . ": httpd must load mod_apreq1.so first"
  -              if $env ne "Apache";
  +            if $env ne "Apache::RequestRec";
       }
       else {
  -       die "Unrecognized mod_perl version number: $modperl::VERSION";
  +        die "Unsupported mod_perl version number: $modperl::VERSION";
       }
   }
   EOF