You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jf...@apache.org on 2003/06/05 11:15:38 UTC

cvs commit: jakarta-tomcat-connectors/jk/native configure.in

jfclere     2003/06/05 02:15:37

  Modified:    jk/native configure.in
  Log:
  Fix the error when using apxs of Apache-2.0: Use apache libtool instead system.
  The error was:
  +++
  libtool: link: `../common/jk_ajp12_worker.lo' is not a valid libtool
  object
  +++
  
  Revision  Changes    Path
  1.24      +2 -1      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.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- configure.in	27 May 2003 13:04:46 -0000	1.23
  +++ configure.in	5 Jun 2003 09:15:37 -0000	1.24
  @@ -103,6 +103,7 @@
                 	APXSCFLAGS="`${APXS} -q CFLAGS` `${APXS} -q EXTRA_CFLAGS`"
                 	APXSCPPFLAGS="`${APXS} -q EXTRA_CPPFLAGS`"
                   APACHE_CONFIG_VARS=${apache_dir}/build/config_vars.mk
  +                LIBTOOL=`$APXS -q LIBTOOL`
               fi
               AC_MSG_RESULT([building connector for \"$WEBSERVER\"])
       
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org