Make default to build high-level tools the same as default for (#1234)

high-level library.
This commit is contained in:
Larry Knox 2021-11-29 19:11:01 -06:00 committed by GitHub
parent 720ddb20f3
commit 8a80aec36f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -823,11 +823,14 @@ AC_LANG_POP(C++)
AC_SUBST([HDF5_HL])
AC_SUBST([HDF5_HL_TOOLS])
## The high-level library is enabled unless the build mode is clean.
## The high-level library and high-level tools are enabled unless the build mode
## is clean.
if test "X-$BUILD_MODE" = "X-clean" ; then
HDF5_HL=no
HDF5_HL_TOOLS=no
else
HDF5_HL=yes
HDF5_HL_TOOLS=yes
fi
## high-level library directories (set when needed, blank until then)