jfclere     2002/06/16 11:13:52

  Modified:    jk/support jk_apxs.m4
  Log:
  libexec is the place where modules are, not the libraries.
  
  Revision  Changes    Path
  1.3       +2 -2      jakarta-tomcat-connectors/jk/support/jk_apxs.m4
  
  Index: jk_apxs.m4
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/support/jk_apxs.m4,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- jk_apxs.m4        6 Jun 2002 16:43:16 -0000       1.2
  +++ jk_apxs.m4        16 Jun 2002 18:13:52 -0000      1.3
  @@ -112,7 +112,7 @@
               APACHE$1_HOME=`${APXS$1} -q PREFIX`
               APACHE$1_INCL="-I`${APXS$1} -q INCLUDEDIR`"
               APACHE$1_INCDIR="`${APXS$1} -q INCLUDEDIR`"
  -            APACHE$1_LIBDIR="`${APXS$1} -q LIBEXECDIR`"
  +            APACHE$1_LIBEXEC="`${APXS$1} -q LIBEXECDIR`"
   
               dnl test apache version
               APA=`${GREP} STANDARD20 ${APXS$1}`
  
  
  

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

Reply via email to