@@ -11,7 +11,7 @@ dnl University of Stuttgart. All rights reserved.
11
11
dnl Copyright (c) 2004-2005 The Regents of the University of California.
12
12
dnl All rights reserved.
13
13
dnl Copyright (c) 2006-2016 Cisco Systems, Inc. All rights reserved.
14
- dnl Copyright (c) 2015 Research Organization for Information Science
14
+ dnl Copyright (c) 2015-2017 Research Organization for Information Science
15
15
dnl and Technology (RIST). All rights reserved.
16
16
dnl Copyright (c) 2016 Los Alamos National Security, LLC. All rights
17
17
dnl reserved.
@@ -128,14 +128,21 @@ AC_DEFUN([ORTE_CHECK_TM],[
128
128
[$orte_check_tm_dir ],
129
129
[$orte_check_tm_libdir ],
130
130
[orte_check_tm_found= " yes" ],
131
- [_OPAL_CHECK_PACKAGE_LIB([orte_check_tm],
132
- [torque],
133
- [tm_init],
134
- [],
135
- [$orte_check_tm_dir ],
136
- [$orte_check_tm_libdir ],
137
- [orte_check_tm_found= " yes" ],
138
- [orte_check_tm_found= " no" ])])])])
131
+ [_OPAL_CHECK_PACKAGE_LIB([orte_check_tm],
132
+ [pbs],
133
+ [tm_init],
134
+ [-lcrypto],
135
+ [$orte_check_tm_dir ],
136
+ [$orte_check_tm_libdir ],
137
+ [orte_check_tm_found= " yes" ],
138
+ [_OPAL_CHECK_PACKAGE_LIB([orte_check_tm],
139
+ [torque],
140
+ [tm_init],
141
+ [],
142
+ [$orte_check_tm_dir ],
143
+ [$orte_check_tm_libdir ],
144
+ [orte_check_tm_found= " yes" ],
145
+ [orte_check_tm_found= " no" ])])])])])
139
146
140
147
CPPFLAGS=" $orte_check_package_ $1 _save_CPPFLAGS"
141
148
LDFLAGS=" $orte_check_package_ $1 _save_LDFLAGS"
0 commit comments