1
1

a small change to make this configure test right.

This component is ompi_ignored so no need to autogen.....

This commit was SVN r6807.
Этот коммит содержится в:
Tim Prins 2005-08-11 14:29:40 +00:00
родитель c92c3effb6
Коммит 36435cbe4a

Просмотреть файл

@ -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<bproc.h>],
AC_TRY_COMPILE([#include <sys/bproc.h>],
[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)