From 0931b331237df2d68131e55676f9a25ce13a7b95 Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Sun, 30 Jan 2005 23:09:44 +0000 Subject: [PATCH] * fix typo that was confusing sh when gcc-like compilers were not used This commit was SVN r4255. --- config/ompi_setup_cc.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ompi_setup_cc.m4 b/config/ompi_setup_cc.m4 index bfc871f75e..d53220d072 100644 --- a/config/ompi_setup_cc.m4 +++ b/config/ompi_setup_cc.m4 @@ -60,7 +60,7 @@ int i = 3; fi else # We never thought that this was gcc to begin with - msg=not applicable + msg="not applicable" TRULY_GCC=no fi AC_MSG_RESULT([$msg])