From 69a295d3323bc0a33ee84d0544480ad7ae11ef86 Mon Sep 17 00:00:00 2001 From: "Taylor R. Campbell" Date: Fri, 1 May 2009 17:50:05 +0000 Subject: [PATCH] ARCH is not spelled with a G. --- v7/src/microcode/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/configure.ac b/v7/src/microcode/configure.ac index ba4331c4d..0f2a85738 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.65 2009/04/30 18:00:51 riastradh Exp $]) +AC_REVISION([$Id: configure.ac,v 1.66 2009/05/01 17:50:05 riastradh Exp $]) AC_CONFIG_SRCDIR([boot.c]) AC_CONFIG_HEADERS([config.h]) AC_PROG_MAKE_SET @@ -960,7 +960,7 @@ no|none) dnl state of Scheme on these architectures is, however, so at least dnl this will flag an error if you try to use them. if test -f "cmpauxmd/${enable_native_code}.m4"; then - SCM_ARGH="${enable_native_code}" + SCM_ARCH="${enable_native_code}" else ENC_WARNP=yes fi -- 2.25.1