File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# -*- shell-script -*-
22#
33# Copyright (C) 2015 Mellanox Technologies Ltd. ALL RIGHTS RESERVED.
4- # Copyright (c) 2015 Research Organization for Information Science
4+ # Copyright (c) 2015-2016 Research Organization for Information Science
55# and Technology (RIST). All rights reserved.
66# $COPYRIGHT$
77#
@@ -59,8 +59,8 @@ AC_DEFUN([OMPI_CHECK_UCX],[
5959
6060 AC_MSG_CHECKING(for UCX version compatibility)
6161 AC_REQUIRE_CPP
62- old_CFLAGS =" $CFLAGS "
63- CFLAGS =" $CFLAGS -I$ompi_check_ucx_dir /include"
62+ old_CPPFLAGS =" $CPPFLAGS "
63+ CPPFLAGS =" $CPPFLAGS -I$ompi_check_ucx_dir /include"
6464 AC_COMPILE_IFELSE(
6565 [AC_LANG_PROGRAM([[# include <uct/api/version.h>]],
6666 [[
@@ -69,7 +69,7 @@ AC_DEFUN([OMPI_CHECK_UCX],[
6969 [ompi_ucx_version_ok= " no" ])
7070
7171 AC_MSG_RESULT([$ompi_ucx_version_ok ])
72- CFLAGS = $old_CFLAGS
72+ CPPFLAGS = $old_CPPFLAGS
7373
7474 AS_IF([test " $ompi_ucx_version_ok " = " no" ], [ompi_check_ucx_happy= " no" ])
7575
You can’t perform that action at this time.
0 commit comments