summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 978c165..d5714e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -846,8 +846,10 @@ AC_SUBST([HDF5_HL_TOOLS])
## The high-level library is 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)