1
1

Merge pull request #3272 from hjelmn/cma_fix

cma: restore --with-cma=no configure option
Этот коммит содержится в:
Nathan Hjelm 2017-04-10 12:17:01 -06:00 коммит произвёл GitHub
родитель 94092fbbab 533a8e6dae
Коммит 4146ef9725

Просмотреть файл

@ -22,6 +22,10 @@ AC_DEFUN([OPAL_CHECK_CMA],[
[AC_HELP_STRING([--with-cma],
[Build Cross Memory Attach support (default: autodetect)])])
if test "x$with_cma" = "xno" ; then
opal_check_cma_happy=0
fi
# We only need to do the back-end test once
if test -z "$opal_check_cma_happy" ; then
OPAL_CHECK_CMA_BACKEND