1
1

Always define OMPI_HAVE_RDMAOE; don't define it conditionally.

This commit was SVN r27229.
Этот коммит содержится в:
Jeff Squyres 2012-09-04 15:49:09 +00:00
родитель 9feb8d8879
Коммит 7fbaaff94e

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

@ -198,8 +198,8 @@ AC_DEFUN([OMPI_CHECK_OPENFABRICS],[
[#include <infiniband/verbs.h>])
AC_MSG_CHECKING([if RDMAoE support is enabled])
if test "1" = "$$1_have_rdmaoe"; then
AC_DEFINE_UNQUOTED([OMPI_HAVE_RDMAOE], [$$1_have_rdmaoe], [Enable RDMAoE support])
if test "1" = "$$1_have_rdmaoe"; then
AC_MSG_RESULT([yes])
else
AC_MSG_RESULT([no])