From 560439360dcb7fc7b7354f7e1043bbbd82d7b8b3 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Sat, 17 Apr 2010 01:33:28 -0400 Subject: [PATCH] Use AC_MSG_ERROR rather than AC_ERROR. --- src/microcode/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/microcode/configure.ac b/src/microcode/configure.ac index c168297c9..3f171d6e1 100644 --- a/src/microcode/configure.ac +++ b/src/microcode/configure.ac @@ -995,7 +995,7 @@ svm1) *) AC_CHECK_PROG([M4], [m4], [m4]) if test "x${M4}" != xm4; then - AC_ERROR([m4 not found]) + AC_MSG_ERROR([m4 not found]) fi AC_CONFIG_LINKS([cmpauxmd.m4:cmpauxmd/${mit_scheme_native_code}.m4]) OPTIONAL_SOURCES="${OPTIONAL_SOURCES} cmpauxmd.m4" -- 2.25.1