mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-23 16:59:54 +08:00
Make dap4 reference dap instead of hard-wired to be disabled.
This commit is contained in:
parent
cbad310d20
commit
37917f0d39
@ -609,7 +609,7 @@ fi
|
|||||||
AM_CONDITIONAL(ENABLE_QUANTIZE, [test x$enable_quantize = xyes])
|
AM_CONDITIONAL(ENABLE_QUANTIZE, [test x$enable_quantize = xyes])
|
||||||
|
|
||||||
# --enable-dap => enable-dap4
|
# --enable-dap => enable-dap4
|
||||||
enable_dap4=no
|
enable_dap4=$enable_dap
|
||||||
AC_MSG_CHECKING([whether dap use of remotetest server should be enabled])
|
AC_MSG_CHECKING([whether dap use of remotetest server should be enabled])
|
||||||
AC_ARG_ENABLE([dap-remote-tests],
|
AC_ARG_ENABLE([dap-remote-tests],
|
||||||
[AS_HELP_STRING([--disable-dap-remote-tests],
|
[AS_HELP_STRING([--disable-dap-remote-tests],
|
||||||
|
Loading…
Reference in New Issue
Block a user