dougm       02/04/06 18:45:32

  Modified:    .        Makefile.PL
  Log:
  give a hint as to why server version could not be determined
  
  Revision  Changes    Path
  1.71      +3 -0      modperl-2.0/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Makefile.PL,v
  retrieving revision 1.70
  retrieving revision 1.71
  diff -u -r1.70 -r1.71
  --- Makefile.PL       6 Apr 2002 16:51:26 -0000       1.70
  +++ Makefile.PL       7 Apr 2002 02:45:32 -0000       1.71
  @@ -137,6 +137,9 @@
       my $httpd_version = $build->httpd_version;
       unless ($httpd_version) {
           error 'Unable to determine server version, aborting.';
  +        unless ($build->{MP_APXS} || $build->{MP_AP_PREFIX}) {
  +            error 'Please specify MP_APXS or MP_AP_PREFIX.';
  +        }
           exit(1);
       }
   
  
  
  


Reply via email to