File tree Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change 286
286
AC_DEFINE_UNQUOTED(OPAL_ENABLE_DLOPEN_SUPPORT, $OPAL_ENABLE_DLOPEN_SUPPORT ,
287
287
[Whether we want to enable dlopen support])
288
288
289
- #
290
- # Heterogeneous support
291
- #
292
-
293
- AC_MSG_CHECKING([if want heterogeneous support])
294
- AC_ARG_ENABLE([heterogeneous],
295
- [AC_HELP_STRING([--enable-heterogeneous],
296
- [Enable features required for heterogeneous
297
- platform support (default: disabled)])])
298
- if test " $enable_heterogeneous " = " yes" ; then
299
- AC_MSG_RESULT([yes])
300
- opal_want_heterogeneous=1
301
- else
302
- AC_MSG_RESULT([no])
303
- opal_want_heterogeneous=0
304
- fi
289
+ opal_want_heterogeneous=0
305
290
AC_DEFINE_UNQUOTED([OPAL_ENABLE_HETEROGENEOUS_SUPPORT],
306
291
[$opal_want_heterogeneous ],
307
292
[Enable features required for heterogeneous support])
You can’t perform that action at this time.
0 commit comments