cma: restore --with-cma=no configure option
This support broke when we enabled CMA by default. Addreses the issue raised by #3270. Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
Этот коммит содержится в:
родитель
b398d721d5
Коммит
533a8e6dae
@ -22,6 +22,10 @@ AC_DEFUN([OPAL_CHECK_CMA],[
|
|||||||
[AC_HELP_STRING([--with-cma],
|
[AC_HELP_STRING([--with-cma],
|
||||||
[Build Cross Memory Attach support (default: autodetect)])])
|
[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
|
# We only need to do the back-end test once
|
||||||
if test -z "$opal_check_cma_happy" ; then
|
if test -z "$opal_check_cma_happy" ; then
|
||||||
OPAL_CHECK_CMA_BACKEND
|
OPAL_CHECK_CMA_BACKEND
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user