Author: rjung
Date: Thu Jun 6 20:50:02 2013
New Revision: 1490438
URL: http://svn.apache.org/r1490438
Log:
tcnative configure: --with-java -> --with-java-home
as indicated by the help string.
Modified:
tomcat/native/trunk/native/build/tcnative.m4
Modified: tomcat/native/trunk/native/build/tcnative.m4
URL:
http://svn.apache.org/viewvc/tomcat/native/trunk/native/build/tcnative.m4?rev=1490438&r1=1490437&r2=1490438&view=diff
==============================================================================
--- tomcat/native/trunk/native/build/tcnative.m4 (original)
+++ tomcat/native/trunk/native/build/tcnative.m4 Thu Jun 6 20:50:02 2013
@@ -68,7 +68,7 @@ dnl result goes in JAVA_HOME / JAVA_PLAT
dnl
dnl --------------------------------------------------------------------------
AC_DEFUN([TCN_FIND_JAVA],[
- AC_ARG_WITH(java,[ --with-java-home=DIR Specify the location of your
JDK installation],[
+ AC_ARG_WITH(java-home,[ --with-java-home=DIR Specify the location of
your JDK installation],[
AC_MSG_CHECKING([JAVA_HOME])
if test -d "$withval"
then
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]