/hg/release/icedtea6-1.7: acinclude.m4 (ENABLE_ZERO_BUILD): Depe...

doko at icedtea.classpath.org doko at icedtea.classpath.org
Tue Mar 30 17:21:43 PDT 2010


changeset c5a5f60295cf in /hg/release/icedtea6-1.7
details: http://icedtea.classpath.org/hg/release/icedtea6-1.7?cmd=changeset;node=c5a5f60295cf
author: doko at ubuntu.com
date: Wed Mar 31 01:58:07 2010 +0200

	acinclude.m4 (ENABLE_ZERO_BUILD): Depend on SET_ARCH_DIRS

	2010-03-31 Matthias Klose <doko at ubuntu.com>

	 * acinclude.m4 (ENABLE_ZERO_BUILD): Depend on SET_ARCH_DIRS.


diffstat:

2 files changed, 5 insertions(+)
ChangeLog    |    4 ++++
acinclude.m4 |    1 +

diffs (22 lines):

diff -r 6bd87ceec77a -r c5a5f60295cf ChangeLog
--- a/ChangeLog	Thu Mar 18 18:43:01 2010 +0000
+++ b/ChangeLog	Wed Mar 31 01:58:07 2010 +0200
@@ -1,3 +1,7 @@ 2010-03-18  Pavel Tisnovsky <ptisnovs at re
+2010-03-31  Matthias Klose  <doko at ubuntu.com>
+
+	* acinclude.m4 (ENABLE_ZERO_BUILD): Depend on SET_ARCH_DIRS.
+
 2010-03-18  Pavel Tisnovsky <ptisnovs at redhat.com>
 
 	* patches/icedtea-jtreg-httpTest.patch: new regression test
diff -r 6bd87ceec77a -r c5a5f60295cf acinclude.m4
--- a/acinclude.m4	Thu Mar 18 18:43:01 2010 +0000
+++ b/acinclude.m4	Wed Mar 31 01:58:07 2010 +0200
@@ -698,6 +698,7 @@ AC_DEFUN([FIND_TOOL],
 
 AC_DEFUN([ENABLE_ZERO_BUILD],
 [
+  AC_REQUIRE([SET_ARCH_DIRS])
   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