From 19469de5c7d188c3f0e569d974c35812b72681b9 Mon Sep 17 00:00:00 2001 From: Howard Pritchard Date: Wed, 23 Jun 2021 11:44:46 -0600 Subject: [PATCH] sessions: minor configury cleanup Signed-off-by: Howard Pritchard --- config/ompi_check_ucx.m4 | 3 +-- config/opal_configure_options.m4 | 3 --- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/config/ompi_check_ucx.m4 b/config/ompi_check_ucx.m4 index 9ed1192ccd4..a7f57231ada 100644 --- a/config/ompi_check_ucx.m4 +++ b/config/ompi_check_ucx.m4 @@ -146,8 +146,7 @@ AC_DEFUN([OMPI_CHECK_UCX],[ [#include ]) AC_CHECK_DECLS([UCP_ATTR_FIELD_MEMORY_TYPES], [AC_DEFINE([HAVE_UCP_ATTR_MEMORY_TYPES], [1], - [have memory types attribute])], - [AC_DEFINE([HAVE_UCP_ATTR_MEMORY_TYPES], [0],[])], + [have memory types attribute])], [], [#include ]) AC_CHECK_DECLS([ucp_tag_send_nbx, ucp_tag_send_sync_nbx, diff --git a/config/opal_configure_options.m4 b/config/opal_configure_options.m4 index e8dd9e6a25a..f23182cbd7a 100644 --- a/config/opal_configure_options.m4 +++ b/config/opal_configure_options.m4 @@ -523,9 +523,6 @@ OPAL_WITH_OPTION_MIN_MAX_VALUE(pset_name_len, 512, 512, 4096) OPAL_WITH_OPTION_MIN_MAX_VALUE(stringtag_len, 1024, 256, 2048) -AC_DEFINE_UNQUOTED([OPAL_ENABLE_CRDEBUG], [0], - [Whether we want checkpoint/restart enabled debugging functionality or not]) - # some systems don't want/like getpwuid AC_MSG_CHECKING([if want getpwuid support]) AC_ARG_ENABLE([getpwuid],