Fix typo in recent change for OpenBSD: DO_GCC_TESTS, not DO_GCC_TEST.
authorTaylor R. Campbell <net/mumble/campbell>
Fri, 22 Jun 2007 18:46:53 +0000 (18:46 +0000)
committerTaylor R. Campbell <net/mumble/campbell>
Fri, 22 Jun 2007 18:46:53 +0000 (18:46 +0000)
v7/src/microcode/configure.ac

index 66bab9c80984d078e7973b57956b5a195dbdfae9..aa73cc8a7d3bb5dd1925a35a056037ca38c92ebd 100644 (file)
@@ -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