Merge pull request #2553 from WardF/fix_dap4_ac.wif

Make dap4 reference dap instead of hard-wired to be disabled.
This commit is contained in:
Ward Fisher 2022-11-11 11:22:29 -07:00 committed by GitHub
commit 06df257e22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -609,7 +609,7 @@ fi
AM_CONDITIONAL(ENABLE_QUANTIZE, [test x$enable_quantize = xyes])
# --enable-dap => enable-dap4
enable_dap4=no
enable_dap4=$enable_dap
AC_MSG_CHECKING([whether dap use of remotetest server should be enabled])
AC_ARG_ENABLE([dap-remote-tests],
[AS_HELP_STRING([--disable-dap-remote-tests],