We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd6227c commit ac25b27Copy full SHA for ac25b27
opal/mca/pmix/pmix112/pmix/config/pmix_check_lock.m4
@@ -3,6 +3,8 @@ dnl
3
dnl Copyright (c) 2017 Mellanox Technologies, Inc.
4
dnl All rights reserved.
5
dnl Copyright (c) 2017 IBM Corporation. All rights reserved.
6
+dnl Copyright (c) 2017 Research Organization for Information Science
7
+dnl and Technology (RIST). All rights reserved.
8
dnl $COPYRIGHT$
9
dnl
10
dnl Additional copyrights may follow
@@ -52,7 +54,7 @@ AC_DEFUN([PMIX_CHECK_DSTOR_LOCK],[
52
54
if test "$_x_ac_fcntl_lock_found" == "0"; then
53
55
AC_MSG_ERROR([dstore: no available locking mechanisms was found. Can not continue. Try disabling dstore])
56
fi
57
+ LIBS="$orig_libs"
58
59
- LIBS="$orig_libs"
60
])
0 commit comments