Skip to content

Commit

Permalink
Merge pull request #2163 from DennisHeimbigner/log4j.dmh
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF authored Dec 11, 2021
2 parents 26ac2a6 + b768d5d commit 72a7926
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -524,9 +524,9 @@ enable_dap4=$enable_dap
# Default is to do the short remote tests.
AC_MSG_CHECKING([whether dap remote testing should be enabled])
AC_ARG_ENABLE([dap-remote-tests],
[AS_HELP_STRING([--disable-dap-remote-tests],
[disable dap remote tests])])
test "x$enable_dap_remote_tests" = xno || enable_dap_remote_tests=yes
[AS_HELP_STRING([--enable-dap-remote-tests],
[enable dap remote tests])])
test "x$enable_dap_remote_tests" = xyes || enable_dap_remote_tests=no
if test "x$enable_dap" = "xno" ; then
enable_dap_remote_tests=no
fi
Expand Down

0 comments on commit 72a7926

Please sign in to comment.