|
1 | 1 | # -*- shell-script -*-
|
2 | 2 | #
|
3 | 3 | # Copyright (c) 2009-2017 Cisco Systems, Inc. All rights reserved
|
4 |
| -# Copyright (c) 2014-2017 Research Organization for Information Science |
| 4 | +# Copyright (c) 2014-2018 Research Organization for Information Science |
5 | 5 | # and Technology (RIST). All rights reserved.
|
6 | 6 | #
|
7 | 7 | # Copyright (c) 2018 Intel, Inc. All rights reserved.
|
@@ -102,12 +102,9 @@ AC_DEFUN([MCA_opal_hwloc_external_CONFIG],[
|
102 | 102 | # but hopefully slightly more clear...)
|
103 | 103 | opal_hwloc_external_want=no
|
104 | 104 | AS_IF([test "$with_hwloc_libdir" != ""], [opal_hwloc_external_want=yes])
|
105 |
| - AS_IF([test "$with_hwloc" = "external"], [opal_hwloc_external_want=yes]) |
106 |
| - AS_IF([test "$with_hwloc" != "" && \ |
107 |
| - test "$with_hwloc" != "no" && \ |
108 |
| - test "$with_hwloc" != "internal" && \ |
109 |
| - test "$with_hwloc" != "future"], [opal_hwloc_external_want=yes]) |
110 |
| - AS_IF([test "$with_hwloc" = "no"], [opal_hwloc_external_want=no]) |
| 105 | + AS_IF([test "$with_hwloc" = "internal"], |
| 106 | + [opal_hwloc_external_want=no], |
| 107 | + [opal_hwloc_external_want=yes]) |
111 | 108 |
|
112 | 109 | # If we still want external support, try it
|
113 | 110 | AS_IF([test "$opal_hwloc_external_want" = "yes"],
|
|
0 commit comments