dougm       01/05/13 19:41:50

  Modified:    lib/Apache Build.pm
  Log:
  add new -Dthinger so we compile when apache is built with maintainer mode
  
  Revision  Changes    Path
  1.44      +1 -0      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.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- Build.pm  2001/04/27 21:12:25     1.43
  +++ Build.pm  2001/05/14 02:41:49     1.44
  @@ -123,6 +123,7 @@
           if ($self->perl_config('gccversion')) {
               #same as --with-maintainter-mode
               $ccopts .= " $Wall -DAP_DEBUG";
  +            $ccopts .= " -DAP_HAVE_DESIGNATED_INITIALIZER";
           }
       }
   
  
  
  

Reply via email to