From 1602dd12baec98d53c346ec39316eb485b0b55c7 Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Fri, 9 Dec 2005 05:09:37 +0000 Subject: [PATCH] Typo correction. GNU gcc define __GNUC__ not __GNU__. This commit was SVN r8423. --- 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 4db4233b98..463f06450c 100644 --- a/config/ompi_setup_cc.m4 +++ b/config/ompi_setup_cc.m4 @@ -83,7 +83,7 @@ AC_DEFUN([_OMPI_C_COMPILER_VENDOR], # [AC_CACHE_CHECK([the C compiler vendor], [ac_cv_c_compiler_vendor], - [_OMPI_C_IFDEF([__GNU__], + [_OMPI_C_IFDEF([__GNUC__], [ac_cv_c_compiler_vendor=gnu], [dnl SGI CC _OMPI_C_IFDEF([__sgi],