/hg/icedtea6: acinclude.m4 (ENABLE_ZERO_BUILD): Depend on IT_SET...
doko at icedtea.classpath.org
doko at icedtea.classpath.org
Tue Mar 30 17:10:32 PDT 2010
changeset a86471da922d in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=a86471da922d
author: doko at ubuntu.com
date: Wed Mar 31 01:46:55 2010 +0200
acinclude.m4 (ENABLE_ZERO_BUILD): Depend on IT_SET_ARCH_SETTINGS
2010-03-31 Matthias Klose <doko at ubuntu.com>
* acinclude.m4 (ENABLE_ZERO_BUILD): Depend on
IT_SET_ARCH_SETTINGS.
diffstat:
2 files changed, 5 insertions(+)
ChangeLog | 4 ++++
acinclude.m4 | 1 +
diffs (22 lines):
diff -r 911fc7449289 -r a86471da922d ChangeLog
--- a/ChangeLog Tue Mar 30 20:37:12 2010 +0100
+++ b/ChangeLog Wed Mar 31 01:46:55 2010 +0200
@@ -1,3 +1,7 @@ 2010-03-30 Andrew John Hughes <ahughes
+2010-03-31 Matthias Klose <doko at ubuntu.com>
+
+ * acinclude.m4 (ENABLE_ZERO_BUILD): Depend on IT_SET_ARCH_SETTINGS.
+
2010-03-30 Andrew John Hughes <ahughes at redhat.com>
* patches/openjdk/6873059-javac-versioning-hotspot.patch:
diff -r 911fc7449289 -r a86471da922d acinclude.m4
--- a/acinclude.m4 Tue Mar 30 20:37:12 2010 +0100
+++ b/acinclude.m4 Wed Mar 31 01:46:55 2010 +0200
@@ -726,6 +726,7 @@ AC_DEFUN([FIND_TOOL],
AC_DEFUN([ENABLE_ZERO_BUILD],
[
+ AC_REQUIRE([IT_SET_ARCH_SETTINGS])
AC_MSG_CHECKING([whether to use the zero-assembler port])
use_zero=no
AC_ARG_ENABLE([zero],
More information about the distro-pkg-dev
mailing list