configure.ac: Replace $build_dmem with $enable_dmem

dmem uses now the standard option-handling logic,
which defines $enable_xxx instead of $build_xxx.

Change-Id: I810cf09241089b1dfbec0e2183e64f20050868be
Signed-off-by: R. Diez <rdiez-2006@rd10.de>

Reviewed-on: https://review.openocd.org/c/openocd/+/9005
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
R. Diez
2025-07-20 16:31:52 +02:00
committed by Antonio Borneo
parent 1272796cc5
commit 7cbb3c3854

View File

@@ -388,7 +388,7 @@ AS_CASE([$host_os],
])
])
AS_IF([test "x$build_dmem" = "xyes"], [
AS_IF([test "x$enable_dmem" = "xyes"], [
AC_MSG_ERROR([dmem is only available on linux])
])
])