summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorH. Joe Lee <hyoklee@hdfgroup.org>2023-04-29 17:35:33 (GMT)
committerGitHub <noreply@github.com>2023-04-29 17:35:33 (GMT)
commitc66eaccde0b9013c46323b15cfa3d6565d6794e8 (patch)
tree8a87cd5192ce5556cb922a98357950b6e77964ef /configure.ac
parent12907de9985e9d216c10347dd6b4d2a7eaeecf43 (diff)
downloadhdf5-c66eaccde0b9013c46323b15cfa3d6565d6794e8.zip
hdf5-c66eaccde0b9013c46323b15cfa3d6565d6794e8.tar.gz
hdf5-c66eaccde0b9013c46323b15cfa3d6565d6794e8.tar.bz2
chore(configure.ac): fix output message for enabling tools (#2684) (#2854)
Close #2684.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d5f46da..1675bee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1155,7 +1155,7 @@ AC_SUBST([HDF5_TOOLS])
## Default is to build tests and tools
HDF5_TOOLS=yes
-AC_MSG_CHECKING([if building tools is disabled])
+AC_MSG_CHECKING([if building tools is enabled])
AC_ARG_ENABLE([tools],
[AS_HELP_STRING([--enable-tools],