From 8a80aec36f2d1b14a79be2a81a0548580fc86370 Mon Sep 17 00:00:00 2001 From: Larry Knox Date: Mon, 29 Nov 2021 19:11:01 -0600 Subject: Make default to build high-level tools the same as default for (#1234) high-level library. --- configure.ac | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ca82d29..bce7b0a 100644 --- a/configure.ac +++ b/configure.ac @@ -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) -- cgit v0.12