Skip to content

Commit 6b6b153

Browse files
authored
Merge pull request #5978 from ggouaillardet/topic/ucx_configury
btl/uct: fix AC_CHECK_DECLS usage
2 parents 1a97555 + b715dd2 commit 6b6b153

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

opal/mca/btl/uct/configure.m4

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
# Copyright (c) 2009 Cisco Systems, Inc. All rights reserved.
1515
# Copyright (c) 2011-2018 Los Alamos National Security, LLC.
1616
# All rights reserved.
17+
# Copyright (c) 2018 Research Organization for Information Science
18+
# and Technology (RIST). All rights reserved.
1719
# $COPYRIGHT$
1820
#
1921
# Additional copyrights may follow
@@ -39,7 +41,7 @@ AC_DEFUN([MCA_opal_btl_uct_CONFIG],[
3941
CPPFLAGS_save="$CPPFLAGS"
4042
CPPFLAGS="$CPPFLAGS $btl_uct_CPPFLAGS"
4143

42-
AC_CHECK_DECLS([UCT_PROGRESS_THREAD_SAFE UCT_CB_FLAG_SYNC], [], [], [[#include <uct/api/uct.h>]])
44+
AC_CHECK_DECLS([UCT_PROGRESS_THREAD_SAFE, UCT_CB_FLAG_SYNC], [], [], [[#include <uct/api/uct.h>]])
4345

4446
CPPFLAGS="$CPPFLAGS_save"
4547
OPAL_VAR_SCOPE_POP

0 commit comments

Comments
 (0)