From 36435cbe4ac54c788f9d85ff84541cd33cef3225 Mon Sep 17 00:00:00 2001 From: Tim Prins Date: Thu, 11 Aug 2005 14:29:40 +0000 Subject: [PATCH] a small change to make this configure test right. This component is ompi_ignored so no need to autogen..... This commit was SVN r6807. --- orte/mca/soh/bproc/configure.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orte/mca/soh/bproc/configure.m4 b/orte/mca/soh/bproc/configure.m4 index f8d874204d..dc40f6c890 100644 --- a/orte/mca/soh/bproc/configure.m4 +++ b/orte/mca/soh/bproc/configure.m4 @@ -25,7 +25,7 @@ AC_DEFUN([MCA_soh_bproc_CONFIG],[ #will only compile with >= bproc 4.0.0 AS_IF([test "$soh_bproc_good" = "1"], [AC_MSG_CHECKING(for BPROC_API_VERSION) - AC_TRY_COMPILE([#include], + AC_TRY_COMPILE([#include ], [int foo = BPROC_API_VERSION;], have_bproc_api_ver_msg=yes soh_bproc_good=1, have_bproc_api_ver_msg=no soh_bproc_good=0)