dougm       00/04/20 10:20:11

  Modified:    lib/Apache Build.pm
  Log:
  dont enable gtop by default
  
  Revision  Changes    Path
  1.6       +1 -1      modperl-2.0/lib/Apache/Build.pm
  
  Index: Build.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/lib/Apache/Build.pm,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Build.pm  2000/04/17 23:41:27     1.5
  +++ Build.pm  2000/04/20 17:20:11     1.6
  @@ -222,7 +222,7 @@
           @_,
       }, $class;
   
  -    if ($self->{debug}) {
  +    if ($self->{debug} and $ENV{MP_USE_GTOP}) {
           $self->{use_gtop} = 1 if $self->find_dlfile('gtop');
       }
   
  
  
  

Reply via email to