From: Taylor R. Campbell Date: Fri, 22 Jun 2007 18:46:53 +0000 (+0000) Subject: Fix typo in recent change for OpenBSD: DO_GCC_TESTS, not DO_GCC_TEST. X-Git-Tag: 20090517-FFI~507 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=f234c6ec0d4028675eb178aaf263ec77368f7d53;p=mit-scheme.git Fix typo in recent change for OpenBSD: DO_GCC_TESTS, not DO_GCC_TEST. --- diff --git a/v7/src/microcode/configure.ac b/v7/src/microcode/configure.ac index 66bab9c80..aa73cc8a7 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.52 2007/06/22 08:09:25 riastradh Exp $]) +AC_REVISION([$Id: configure.ac,v 1.53 2007/06/22 18:46:53 riastradh Exp $]) AC_CONFIG_SRCDIR([boot.c]) AC_CONFIG_HEADERS([config.h]) AC_PROG_MAKE_SET @@ -838,7 +838,7 @@ netbsd*) ;; openbsd*) M4_FLAGS="${M4_FLAGS} -P SUPPRESS_LEADING_UNDERSCORE,1" - DO_GCC_TEST=yes + DO_GCC_TESTS=yes ;; solaris*) if test ${GCC} = yes; then