You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by co...@apache.org on 2001/10/17 22:10:53 UTC

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 Makefile.linux

costin      01/10/17 13:10:53

  Modified:    jk/native/apache-2.0 Makefile.linux
  Log:
  Some people have APXS in a different location, allow override
  
  Revision  Changes    Path
  1.6       +2 -2      jakarta-tomcat-connectors/jk/native/apache-2.0/Makefile.linux
  
  Index: Makefile.linux
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/apache-2.0/Makefile.linux,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Makefile.linux	2001/06/07 13:54:11	1.5
  +++ Makefile.linux	2001/10/17 20:10:53	1.6
  @@ -14,9 +14,9 @@
   # which postfix all apache2 stuff with 2, ie apxs = apxs2. 
   # It will allow to have both apache 1.3 and 2.0 the same time on the system
   #
  -#ifndef APXS
  +ifndef APXS
   APXS=/usr/sbin/apxs2
  -#endif
  +endif
   
   SRCS=${JK}/jk_ajp12_worker.c ${JK}/jk_connect.c ${JK}/jk_msg_buff.c ${JK}/jk_util.c ${JK}/jk_ajp13.c \
        ${JK}/jk_jni_worker.c ${JK}/jk_pool.c ${JK}/jk_worker.c ${JK}/jk_ajp13_worker.c ${JK}/jk_lb_worker.c \