dougm       01/04/10 15:52:37

  Modified:    lib/Apache Build.pm
  Log:
  make sure we always override CCFLAGS
  
  Revision  Changes    Path
  1.41      +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.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- Build.pm  2001/04/04 05:27:59     1.40
  +++ Build.pm  2001/04/10 22:52:36     1.41
  @@ -110,7 +110,7 @@
   
   sub ap_ccopts {
       my($self) = @_;
  -    my $ccopts = "";
  +    my $ccopts = "-DMOD_PERL";
   
       if ($self->{MP_USE_GTOP}) {
           $ccopts .= " -DMP_USE_GTOP";
  
  
  

Reply via email to