mirror of
https://github.com/openocd-org/openocd.git
synced 2025-10-14 19:48:47 +08:00
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:
@@ -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])
|
||||
])
|
||||
])
|
||||
|
Reference in New Issue
Block a user