changeset 761:30e860293151 cacao

2008-03-11 Lillian Angel <langel@redhat.com> * configure: Regenerated. * configure.ac: Added conditional for WITH_OPENJDK.
author Lillian Angel <langel@redhat.com>
date Tue, 11 Mar 2008 16:06:10 -0400
parents c158f20b371c
children 1c434d050a0a
files ChangeLog configure configure.ac
diffstat 3 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Mar 11 16:04:05 2008 -0400
+++ b/ChangeLog	Tue Mar 11 16:06:10 2008 -0400
@@ -1,3 +1,8 @@
+2008-03-11  Lillian Angel  <langel@redhat.com>
+
+	* configure: Regenerated.
+	* configure.ac: Added conditional for WITH_OPENJDK.
+
 2008-03-11  Matthias Klose  <doko@ubuntu.com>
 
 	* .hgignore: Add debian packaging directory.
--- a/configure	Tue Mar 11 16:04:05 2008 -0400
+++ b/configure	Tue Mar 11 16:06:10 2008 -0400
@@ -7227,6 +7227,7 @@
     XERCES2_JAR=
 
 fi
+fi
 
   if test -z "${XERCES2_JAR}"; then
     { echo "$as_me:$LINENO: checking for xerces2 jar" >&5
@@ -10697,6 +10698,13 @@
 Usually this means the macro was only invoked conditionally." >&2;}
    { (exit 1); exit 1; }; }
 fi
+if test -z "${GCC_OLD_TRUE}" && test -z "${GCC_OLD_FALSE}"; then
+  { { echo "$as_me:$LINENO: error: conditional \"GCC_OLD\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+echo "$as_me: error: conditional \"GCC_OLD\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+   { (exit 1); exit 1; }; }
+fi
 if test -z "${USE_ALT_OPENJDK_SRC_ZIP_TRUE}" && test -z "${USE_ALT_OPENJDK_SRC_ZIP_FALSE}"; then
   { { echo "$as_me:$LINENO: error: conditional \"USE_ALT_OPENJDK_SRC_ZIP\" was never defined.
 Usually this means the macro was only invoked conditionally." >&5
--- a/configure.ac	Tue Mar 11 16:04:05 2008 -0400
+++ b/configure.ac	Tue Mar 11 16:06:10 2008 -0400
@@ -174,6 +174,7 @@
   AC_CONFIG_FILES([javap], [chmod +x javap])
 fi
 fi
+fi
 WITH_OPENJDK_SRC_ZIP
 WITH_OPENJDK_SRC_DIR
 AC_CHECK_WITH_CACAO