costin 01/08/15 17:33:52 Modified: src/native/mod_jk/apache2.0 Makefile.linux Log: Uncomment ifdef APXS, some people may use different locations. ( this is a local fix, j-t-c uses configure already ) Revision Changes Path 1.6 +2 -2 jakarta-tomcat/src/native/mod_jk/apache2.0/Makefile.linux Index: Makefile.linux =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/native/mod_jk/apache2.0/Makefile.linux,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- Makefile.linux 2001/02/09 08:48:41 1.5 +++ Makefile.linux 2001/08/16 00:33:52 1.6 @@ -12,9 +12,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 JK=../common SRCS=${JK}/jk_ajp12_worker.c ${JK}/jk_connect.c ${JK}/jk_msg_buff.c ${JK}/jk_util.c ${JK}/jk_ajp13.c \