changeset in /hg/icedtea: Fixed check for openjdk.
Lillian Angel
langel at redhat.com
Thu May 29 14:12:28 PDT 2008
changeset 04d4904dc002 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=04d4904dc002
description:
Fixed check for openjdk.
diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
configure | 2 +-
configure.ac | 2 +-
diffs (24 lines):
diff -r b09b79ff309b -r 04d4904dc002 configure
--- a/configure Tue Mar 11 15:20:01 2008 -0400
+++ b/configure Tue Mar 11 15:43:32 2008 -0400
@@ -5384,7 +5384,7 @@ fi
-if test "${with_icedtea}" == true
+if test "${with_icedtea}" == true || test "${with_openjdk}" == true
then
JAVA=$SYSTEM_ICEDTEA_DIR/bin/java
diff -r b09b79ff309b -r 04d4904dc002 configure.ac
--- a/configure.ac Tue Mar 11 15:20:01 2008 -0400
+++ b/configure.ac Tue Mar 11 15:43:32 2008 -0400
@@ -132,7 +132,7 @@ AM_CONDITIONAL(WITH_OPENJDK, test "${wit
AM_CONDITIONAL(WITH_OPENJDK, test "${with_openjdk}" == true)
SET_ARCH_DIRS
-if test "${with_icedtea}" == true
+if test "${with_icedtea}" == true || test "${with_openjdk}" == true
then
JAVA=$SYSTEM_ICEDTEA_DIR/bin/java
AC_SUBST(JAVA)
More information about the distro-pkg-dev
mailing list