@@ -11,7 +11,7 @@ dnl University of Stuttgart. All rights reserved.
1111dnl Copyright (c) 2004-2005 The Regents of the University of California.
1212dnl All rights reserved.
1313dnl 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
1515dnl and Technology (RIST). All rights reserved.
1616dnl Copyright (c) 2016 Los Alamos National Security, LLC. All rights
1717dnl reserved.
@@ -128,14 +128,21 @@ AC_DEFUN([ORTE_CHECK_TM],[
128128 [$orte_check_tm_dir ],
129129 [$orte_check_tm_libdir ],
130130 [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" ])])])])])
139146
140147 CPPFLAGS=" $orte_check_package_ $1 _save_CPPFLAGS"
141148 LDFLAGS=" $orte_check_package_ $1 _save_LDFLAGS"
0 commit comments