mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
Merge pull request #583 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:minor_develop_fixes to develop
* commit 'd85aeb770496a08d1e0ce9fcabbfc54f15f44864': Fixed a comment in configure.ac
This commit is contained in:
commit
25727c4f2c
@ -1251,10 +1251,11 @@ AC_ARG_WITH([fnord],
|
||||
])
|
||||
|
||||
## ----------------------------------------------------------------------
|
||||
## Is the dmalloc present? It has a header file `dmalloc.h' and a library
|
||||
## `-ldmalloc' and their locations might be specified with the `--with-dmalloc'
|
||||
## command-line switch. The value is an include path and/or a library path.
|
||||
## If the library path is specified then it must be preceded by a comma.
|
||||
## Is dmalloc (debug malloc library) requested? It has a header file
|
||||
## `dmalloc.h' and a library `-ldmalloc' and their locations might be
|
||||
## specified with the `--with-dmalloc' command-line switch. The value
|
||||
## is an include path and/or a library path. If the library path is
|
||||
## specified then it must be preceded by a comma.
|
||||
##
|
||||
AC_SUBST([HAVE_DMALLOC])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user