From 0ccbc61e0d5dd1af7fd11ea6f012feafd60513a0 Mon Sep 17 00:00:00 2001 From: "Taylor R. Campbell" Date: Thu, 30 Apr 2009 18:00:51 +0000 Subject: [PATCH] Don't clear AS_FLAGS, so that it can be passed to configure. --- v7/src/microcode/configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/v7/src/microcode/configure.ac b/v7/src/microcode/configure.ac index f4f85d08d..ba4331c4d 100644 --- a/v7/src/microcode/configure.ac +++ b/v7/src/microcode/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT([MIT/GNU Scheme microcode], [15.1], [bug-mit-scheme@gnu.org], [mit-scheme]) -AC_REVISION([$Id: configure.ac,v 1.64 2009/04/30 17:52:36 riastradh Exp $]) +AC_REVISION([$Id: configure.ac,v 1.65 2009/04/30 18:00:51 riastradh Exp $]) AC_CONFIG_SRCDIR([boot.c]) AC_CONFIG_HEADERS([config.h]) AC_PROG_MAKE_SET @@ -170,7 +170,6 @@ if test ${enable_static_libs} != no && test ${enable_native_code} = c; then fi dnl Substitution variables to be filled in below. -AS_FLAGS= GC_HEAD_FILES= M4_FLAGS= OPTIONAL_BASES= -- 2.25.1