From c66eaccde0b9013c46323b15cfa3d6565d6794e8 Mon Sep 17 00:00:00 2001 From: "H. Joe Lee" Date: Sat, 29 Apr 2023 12:35:33 -0500 Subject: chore(configure.ac): fix output message for enabling tools (#2684) (#2854) Close #2684. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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], -- cgit v0.12