From 620f40b6c7ee43be4045b5360ed4f683f6b70f32 Mon Sep 17 00:00:00 2001 From: Dave Goodell Date: Wed, 23 Oct 2013 16:36:52 +0000 Subject: [PATCH] fix compile error introduced by r29488 Apologies for the breakage, I did my test build in the wrong window... No reviewer. cmr=v1.7.4:ticket=3865 This commit was SVN r29492. The following SVN revision numbers were found above: r29488 --> open-mpi/ompi@25dd719d4d85c15413a67bd3cb7d10c92c327b10 The following Trac tickets were found above: Ticket 3865 --> https://svn.open-mpi.org/trac/ompi/ticket/3865 --- config/opal_check_attributes.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/opal_check_attributes.m4 b/config/opal_check_attributes.m4 index e18531a0bc..0ead0968c9 100644 --- a/config/opal_check_attributes.m4 +++ b/config/opal_check_attributes.m4 @@ -356,7 +356,7 @@ AC_DEFUN([OPAL_CHECK_ATTRIBUTES], [ []) - _OMPI_CHECK_SPECIFIC_ATTRIBUTE([noinline], + _OPAL_CHECK_SPECIFIC_ATTRIBUTE([noinline], [ int foo(int arg1, int arg2) __attribute__ ((__noinline__)); int foo(int arg1, int arg2) { return arg1 * arg2 + arg1; }