changeset in /hg/icedtea: Fixed check for openjdk.

Lillian Angel langel at redhat.com
Thu May 29 14:11:24 PDT 2008


changeset e2afb5651f81 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=e2afb5651f81
description:
	Fixed check for openjdk.

diffstat:

2 files changed, 2 insertions(+), 2 deletions(-)
configure    |    2 +-
configure.ac |    2 +-

diffs (24 lines):

diff -r ac9c79a4b244 -r e2afb5651f81 configure
--- a/configure	Tue Mar 11 15:20:01 2008 -0400
+++ b/configure	Tue Mar 11 15:43:32 2008 -0400
@@ -5380,7 +5380,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 ac9c79a4b244 -r e2afb5651f81 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