summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2017-06-28 15:07:43 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2017-06-28 15:07:43 (GMT)
commit25727c4f2cfea0230f236bc62f295c9a59172cc3 (patch)
tree04a272f3ac606dff33a649b8904d65adbc479233 /configure.ac
parent67da953c1ce3c8d909f2414d6dff38da63890c81 (diff)
parentd85aeb770496a08d1e0ce9fcabbfc54f15f44864 (diff)
downloadhdf5-25727c4f2cfea0230f236bc62f295c9a59172cc3.zip
hdf5-25727c4f2cfea0230f236bc62f295c9a59172cc3.tar.gz
hdf5-25727c4f2cfea0230f236bc62f295c9a59172cc3.tar.bz2
Merge pull request #583 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:minor_develop_fixes to develop
* commit 'd85aeb770496a08d1e0ce9fcabbfc54f15f44864': Fixed a comment in configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 5 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 9695fe3..3eaf293 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])