summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2016-01-15 17:08:19 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2016-01-15 17:08:19 (GMT)
commitb7a2e026430cbaf0e2811d56fcce46dd9393ef17 (patch)
treefd5ee307a9391c9ea33276365361373c744af1ca /src
parent9e581fc0a221fd06bf9f6ad9cca66e9ac823dbf5 (diff)
downloadhdf5-b7a2e026430cbaf0e2811d56fcce46dd9393ef17.zip
hdf5-b7a2e026430cbaf0e2811d56fcce46dd9393ef17.tar.gz
hdf5-b7a2e026430cbaf0e2811d56fcce46dd9393ef17.tar.bz2
[svn-r28909] Commented out --enable-memory-access-sanity-check in configure.ac until
the next alpha. Re-ran autogen.sh. Tested on: jam
Diffstat (limited to 'src')
-rw-r--r--src/H5config.h.in3
-rw-r--r--src/Makefile.in1
2 files changed, 0 insertions, 4 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in
index 7a80d11..279120b 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -426,9 +426,6 @@
/* Define to the sub-directory where libtool stores uninstalled libraries. */
#undef LT_OBJDIR
-/* Define to enable internal memory allocation sanity checking. */
-#undef MEMORY_ALLOC_SANITY_CHECK
-
/* Define if the metadata trace file code is to be compiled in */
#undef METADATA_TRACE_FILE
diff --git a/src/Makefile.in b/src/Makefile.in
index 535156b..7cadd60 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -646,7 +646,6 @@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MANIFEST_TOOL = @MANIFEST_TOOL@
-MEMORYALLOCSANITYCHECK = @MEMORYALLOCSANITYCHECK@
MKDIR_P = @MKDIR_P@
MPE = @MPE@
NM = @NM@