summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2004-12-18 19:02:05 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2004-12-18 19:02:05 (GMT)
commit988b2d8e45cbfd9fc818e11547951c4821fe58a8 (patch)
treeddfad887eaf470fc2c2a444e0c834ce959383ac1
parent5c415042a3e1d5480ff5309ddce29b4f6be753d7 (diff)
downloadhdf5-988b2d8e45cbfd9fc818e11547951c4821fe58a8.zip
hdf5-988b2d8e45cbfd9fc818e11547951c4821fe58a8.tar.gz
hdf5-988b2d8e45cbfd9fc818e11547951c4821fe58a8.tar.bz2
[svn-r9689] 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 94738bf..1c4ebd4 100755
--- a/configure
+++ b/configure
@@ -1041,7 +1041,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 575c967..4806e6e 100644
--- a/configure.in
+++ b/configure.in
@@ -2825,7 +2825,7 @@ AC_SUBST(HL_FOR) HL_FOR=""
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])