mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
Make default to build high-level tools the same as default for (#1234)
high-level library.
This commit is contained in:
parent
720ddb20f3
commit
8a80aec36f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user