summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2004-12-18 19:02:02 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2004-12-18 19:02:02 (GMT)
commit1a0fbd14d4f79bc13515e5abe866f38a5cef6699 (patch)
treeafe91cfcf49fd847e3b271e011b843cb97ad4179
parent3dc413aa8d61dd71b68063b0de0129538f4e735a (diff)
downloadhdf5-1a0fbd14d4f79bc13515e5abe866f38a5cef6699.zip
hdf5-1a0fbd14d4f79bc13515e5abe866f38a5cef6699.tar.gz
hdf5-1a0fbd14d4f79bc13515e5abe866f38a5cef6699.tar.bz2
[svn-r9688] Purpose:
Changed the wording of enable-hl option to better wording. Platforms tested: "h5committested"
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index b5c565b..8d3a305 100755
--- a/configure
+++ b/configure
@@ -1028,7 +1028,7 @@ Optional Features:
--enable-filters=all Turn on all internal I/O filters. One may also
specify a comma-separated list of filters or the
word no. The default is all internal I/O filters.
- --enable-hl Do not compile the high level library [default=yes]
+ --enable-hl Enable the high level library [default=yes]
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
diff --git a/configure.in b/configure.in
index fa1c81b..821904a 100644
--- a/configure.in
+++ b/configure.in
@@ -2367,7 +2367,7 @@ AC_SUBST(HL) HL=""
AC_MSG_CHECKING([if high level library is enabled])
AC_ARG_ENABLE([hl],
[AC_HELP_STRING([--enable-hl],
- [Do not compile the high level library [default=yes]])],
+ [Enable the high level library [default=yes]])],
[HDF5_HL=$enableval],
[HDF5_HL=yes])