changeset 1889:c5a5f60295cf

acinclude.m4 (ENABLE_ZERO_BUILD): Depend on SET_ARCH_DIRS 2010-03-31 Matthias Klose <doko@ubuntu.com> * acinclude.m4 (ENABLE_ZERO_BUILD): Depend on SET_ARCH_DIRS.
author doko@ubuntu.com
date Wed, 31 Mar 2010 01:58:07 +0200
parents 6bd87ceec77a
children 8571317a9879
files ChangeLog acinclude.m4
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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-31  Matthias Klose  <doko@ubuntu.com>
+
+	* acinclude.m4 (ENABLE_ZERO_BUILD): Depend on SET_ARCH_DIRS.
+
 2010-03-18  Pavel Tisnovsky <ptisnovs@redhat.com>
 
 	* patches/icedtea-jtreg-httpTest.patch: new regression test
--- 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([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],