You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2013/06/06 22:50:02 UTC

svn commit: r1490438 - /tomcat/native/trunk/native/build/tcnative.m4

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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org