diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2004-12-18 19:02:05 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2004-12-18 19:02:05 (GMT) |
commit | 988b2d8e45cbfd9fc818e11547951c4821fe58a8 (patch) | |
tree | ddfad887eaf470fc2c2a444e0c834ce959383ac1 /configure.in | |
parent | 5c415042a3e1d5480ff5309ddce29b4f6be753d7 (diff) | |
download | hdf5-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"
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |