You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2011/06/05 10:53:51 UTC

svn commit: r1132170 - /incubator/mesos/trunk/configure.template.ubuntu-hardy-64

Author: benh
Date: Sun Jun  5 08:53:51 2011
New Revision: 1132170

URL: http://svn.apache.org/viewvc?rev=1132170&view=rev
Log:
Fix Java path on Hardy

Modified:
    incubator/mesos/trunk/configure.template.ubuntu-hardy-64

Modified: incubator/mesos/trunk/configure.template.ubuntu-hardy-64
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/configure.template.ubuntu-hardy-64?rev=1132170&r1=1132169&r2=1132170&view=diff
==============================================================================
--- incubator/mesos/trunk/configure.template.ubuntu-hardy-64 (original)
+++ incubator/mesos/trunk/configure.template.ubuntu-hardy-64 Sun Jun  5 08:53:51 2011
@@ -4,6 +4,6 @@ export PYTHON=python2.5
 
 $(dirname $0)/configure \
   --with-python-headers=/usr/include/python2.5 \
-  --with-java-home=/usr/lib/jvm/java-6-sun \
+  --with-java-home=/usr/lib/jvm/java-6-openjdk \
   --with-webui \
   --with-included-zookeeper $@