Skip to content

Commit 3928a1e

Browse files
committed
Add missing AC_MSG_CHECKING (i.e., we were seeing a result message
without a corresponding "checking" message) This commit was SVN r26408.
1 parent e35ca05 commit 3928a1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ompi/config/ompi_check_openib.m4

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ AC_DEFUN([OMPI_CHECK_OPENIB],[
300300
AC_MSG_RESULT([no])
301301
fi
302302
303+
AC_MSG_CHECKING([if UD CM is enabled])
303304
AC_DEFINE_UNQUOTED([OMPI_HAVE_UDCM], [$$1_have_udcm],
304305
[Whether UD CM is available or not])
305306
if test "1" = "$$1_have_udcm"; then

0 commit comments

Comments
 (0)