[svn-r9689] Purpose:

Changed the wording of enable-hl option to better wording.

Platforms tested:
"h5committested"
This commit is contained in:
Albert Cheng 2004-12-18 14:02:05 -05:00
parent 5c415042a3
commit 988b2d8e45
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -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]

View File

@ -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])