Author: gozer
Date: Tue Dec  7 16:42:19 2004
New Revision: 111184

URL: http://svn.apache.org/viewcvs?view=rev&rev=111184
Log:
Comment on why ap_exp_includedir is necessary


Modified:
   perl/modperl/trunk/lib/Apache/Build.pm

Modified: perl/modperl/trunk/lib/Apache/Build.pm
Url: 
http://svn.apache.org/viewcvs/perl/modperl/trunk/lib/Apache/Build.pm?view=diff&rev=111184&p1=perl/modperl/trunk/lib/Apache/Build.pm&r1=111183&p2=perl/modperl/trunk/lib/Apache/Build.pm&r2=111184
==============================================================================
--- perl/modperl/trunk/lib/Apache/Build.pm      (original)
+++ perl/modperl/trunk/lib/Apache/Build.pm      Tue Dec  7 16:42:19 2004
@@ -946,6 +946,13 @@
     $self->{ap_includedir} = $d;
 }
 
+# This is necessary for static builds that needs to make a
+# difference between where the apache headers are (to build
+# against) and where they will be installed (to install our
+# own headers alongside)
+# 
+# ap_exp_includedir is where apache is going to install its
+# headers to
 sub ap_exp_includedir {
     my ($self) = @_;
     

Reply via email to