changeset in /hg/icedtea: 2008-08-06 Joshua Sumali <jsumali at re...

Joshua Sumali jsumali at redhat.com
Wed Aug 6 06:23:23 PDT 2008


changeset 2b7233b8a439 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=2b7233b8a439
description:
	2008-08-06  Joshua Sumali  <jsumali at redhat.com>

		* acinclude.m4: Don't bother with GCC_OLD here either.

diffstat:

2 files changed, 4 insertions(+), 2 deletions(-)
ChangeLog    |    4 ++++
acinclude.m4 |    2 --

diffs (30 lines):

diff -r e6094a45393c -r 2b7233b8a439 ChangeLog
--- a/ChangeLog	Mon Aug 04 02:22:43 2008 +0100
+++ b/ChangeLog	Wed Aug 06 09:23:00 2008 -0400
@@ -1,3 +1,7 @@ 2008-08-04  Andrew John Hughes  <gnu_and
+2008-08-06  Joshua Sumali  <jsumali at redhat.com>
+
+	* acinclude.m4: Don't bother with GCC_OLD here either.
+
 2008-08-04  Andrew John Hughes  <gnu_andrew at member.fsf.org>
 
 	* Makefile.am:
diff -r e6094a45393c -r 2b7233b8a439 acinclude.m4
--- a/acinclude.m4	Mon Aug 04 02:22:43 2008 +0100
+++ b/acinclude.m4	Wed Aug 06 09:23:00 2008 -0400
@@ -220,7 +220,6 @@ AC_DEFUN([FIND_ECJ_JAR],
 
 AC_DEFUN([FIND_LIBGCJ_JAR],
 [
-  AM_CONDITIONAL(GCC_OLD, test x != x)
   AC_ARG_WITH([libgcj-jar],
               [AS_HELP_STRING(--with-libgcj-jar,specify location of the libgcj 4.3.0 jar)],
   [
@@ -243,7 +242,6 @@ AC_DEFUN([FIND_LIBGCJ_JAR],
         LIBGCJ_JAR=/usr/share/java/libgcj-4.3.jar
 	AC_MSG_RESULT(${LIBGCJ_JAR})
       else
-	AM_CONDITIONAL(GCC_OLD, test x = x)
         if test -e "/usr/share/java/libgcj-4.1.2.jar"; then
           LIBGCJ_JAR=/usr/share/java/libgcj-4.1.2.jar
           AC_MSG_RESULT(${LIBGCJ_JAR})



More information about the distro-pkg-dev mailing list