summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2013-06-05 18:26:35 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2013-06-05 18:26:35 (GMT)
commita6d8395557a27d2dd3dd3929712c78b6e4e8ed2d (patch)
treeba9e77e373b95bf5b6aa28dadd2f00960fa43a73 /configure
parent06d9eb3c6388aa193cb7cd89d8ec724d046d8b27 (diff)
downloadhdf5-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')
-rwxr-xr-xconfigure8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure
index abbe63b..f6c2cb6 100755
--- a/configure
+++ b/configure
@@ -30992,8 +30992,8 @@ fi
## Enable strict file format checks
##
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking Whether to perform strict file format checks" >&5
-$as_echo_n "checking Whether to perform strict file format checks... " >&6; };
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to perform strict file format checks" >&5
+$as_echo_n "checking whether to perform strict file format checks... " >&6; };
# Check whether --enable-strict-format-checks was given.
if test "${enable_strict_format_checks+set}" = set; then :
enableval=$enable_strict_format_checks; STRICT_CHECKS=$enableval
@@ -31029,8 +31029,8 @@ esac
## ----------------------------------------------------------------------
## Enable embedded library information
##
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking Whether to have library information embedded in the executables" >&5
-$as_echo_n "checking Whether to have library information embedded in the executables... " >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to have library information embedded in the executables" >&5
+$as_echo_n "checking whether to have library information embedded in the executables... " >&6; }
# Check whether --enable-embedded-libinfo was given.
if test "${enable_embedded_libinfo+set}" = set; then :
enableval=$enable_embedded_libinfo; enable_embedded_libinfo=$enableval