billbarker    2005/05/31 20:53:58

  Modified:    jk/native configure.in
  Log:
  Add the APU includes as well.
  
  Shouldn't make any difference for the standard Apache2 distro, but it's worth 
it to never have to have Gump nag again.
  
  And a big thanks to JFC for fixing the httpd bug that was blocking this one.
  
  Revision  Changes    Path
  1.46      +2 -2      jakarta-tomcat-connectors/jk/native/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/configure.in,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- configure.in      27 Apr 2005 15:06:45 -0000      1.45
  +++ configure.in      1 Jun 2005 03:53:58 -0000       1.46
  @@ -148,7 +148,7 @@
               else
                   WEBSERVER="apache-2.0"
                        APRINCLUDEDIR=""
  -                     INCTEMP="`$APXS -q APR_INCLUDEDIR`"
  +                     INCTEMP="`$APXS -q APR_INCLUDEDIR` `$APXS -q 
APU_INCLUDEDIR`"
                        for INC in ${INCTEMP}; do
                            APRINCLUDEDIR="${APRINCLUDEDIR} -I${INC}"
                        done                    
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to