mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-13 16:47:58 +08:00
[svn-r9689] Purpose:
Changed the wording of enable-hl option to better wording. Platforms tested: "h5committested"
This commit is contained in:
parent
5c415042a3
commit
988b2d8e45
2
configure
vendored
2
configure
vendored
@ -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]
|
||||
|
@ -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])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user