diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2013-06-05 18:26:35 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2013-06-05 18:26:35 (GMT) |
commit | a6d8395557a27d2dd3dd3929712c78b6e4e8ed2d (patch) | |
tree | ba9e77e373b95bf5b6aa28dadd2f00960fa43a73 /configure.ac | |
parent | 06d9eb3c6388aa193cb7cd89d8ec724d046d8b27 (diff) | |
download | hdf5-a6d8395557a27d2dd3dd3929712c78b6e4e8ed2d.zip hdf5-a6d8395557a27d2dd3dd3929712c78b6e4e8ed2d.tar.gz hdf5-a6d8395557a27d2dd3dd3929712c78b6e4e8ed2d.tar.bz2 |
[svn-r23737] HDFFV-8434: Use lowecase for whether in confiure.ac
Trival change
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 8e37769..3373119 100644 --- a/configure.ac +++ b/configure.ac @@ -4276,7 +4276,7 @@ fi ## Enable strict file format checks ## AC_SUBST([STRICT_FORMAT_CHECKS]) -AC_MSG_CHECKING([Whether to perform strict file format checks]); +AC_MSG_CHECKING([whether to perform strict file format checks]); AC_ARG_ENABLE([strict-format-checks], [AS_HELP_STRING([--enable-strict-format-checks], [Enable strict file format checks, default=yes if @@ -4309,7 +4309,7 @@ esac ## ---------------------------------------------------------------------- ## Enable embedded library information ## -AC_MSG_CHECKING([Whether to have library information embedded in the executables]) +AC_MSG_CHECKING([whether to have library information embedded in the executables]) AC_ARG_ENABLE([embedded-libinfo], [AS_HELP_STRING([--enable-embedded-libinfo], [Enable embedded library information [default=yes]])], |