1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-16 08:49:15 -04:00
ports/www/mod_jk2/files/patch-configure.in
Clement Laforet 396e6c634d - mod_jk2 is now mod_jk 2.x branch.
People who wants to use mod_jk with apache2 must use mod_jk-apache2
  commit monthes ago.

PR:                     56661
Submitted by:           Palle Girgensohn <girgen@pingpong.net>
Approved by:            previous maintainer
Reviewed/updated by:    clement
2004-04-18 10:33:14 +00:00

23 lines
576 B
Text

The apache mod_jk modules *communicate* with Java using an internet
protocol, AJP13, but they are written in C. I can't come up with any
reason to look for a JDK here, it's plain stupid! Since apache and
tomcat can be run on separate machines, there is no dependency
whatsoever... /Palle
--- configure.in.orig Tue Oct 22 00:00:00 2002
+++ configure.in Thu Feb 26 00:19:35 2004
@@ -184,10 +184,10 @@
dnl Java settings
-JK_JDK()
-JK_JDK_OS()
-JK_JNI()
-JK_PCRE()
+dnl JK_JDK()
+dnl JK_JDK_OS()
+dnl JK_JNI()
+dnl JK_PCRE()
AC_SUBST(JAVA_HOME)
AC_SUBST(JAVA_PLATFORM)