mturk       2005/03/17 04:48:40

  Modified:    jk/native configure.in
  Log:
  No need to add -I when calling apxs
  
  Revision  Changes    Path
  1.42      +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.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- configure.in      17 Mar 2005 12:31:13 -0000      1.41
  +++ configure.in      17 Mar 2005 12:48:40 -0000      1.42
  @@ -146,7 +146,7 @@
               else
                   WEBSERVER="apache-2.0"
                        APRINCLUDEDIR=""
  -                     INCTEMP="-I`$APXS -q APR_INCLUDEDIR`"
  +                     INCTEMP="`$APXS -q APR_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