summaryrefslogtreecommitdiff
path: root/lib/make/force-reconfigure
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2007-05-26 20:06:56 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2007-05-26 20:06:56 +0000
commitb57c944344fa0ed81259f8207726b196300fabb6 (patch)
tree98de0693d3665b3786956a57b6f0dd657303769c /lib/make/force-reconfigure
parenta8850d6aa31dbdffbdc43b24d05627c17702453b (diff)
Add autoconf macros to detect the header file <malloc.h>, the
functions mallinfo() and mallopt(), and the constant M_MMAP_THRESHOLD. These are e.g. provided by glibc. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4422 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/force-reconfigure')
-rw-r--r--lib/make/force-reconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/make/force-reconfigure b/lib/make/force-reconfigure
index 0d2245c5..c277c5dd 100644
--- a/lib/make/force-reconfigure
+++ b/lib/make/force-reconfigure
@@ -5,7 +5,7 @@
# @desc
# Timestamp file for forcing reconfiguring configurations
# @enddesc
-# @version $Id: force-reconfigure,v 1.10 2006-07-19 11:02:36 schnetter Exp $
+# @version $Id: force-reconfigure,v 1.11 2007-05-26 20:06:56 schnetter Exp $
# @@*/
31 Mar 2004: created
@@ -17,3 +17,4 @@
08 Nov 2004: add HAVE_HDF5_STREAM_VFD and HDF5_LFS_FLAGS makefile variables
10 Mar 2006: fix order of external/system libs on the linker command line
19 Jul 2006: detect presence of real*16 in Fortran correctly
+26 May 2007: check for <malloc.h>, mallinfo, mallopt, and M_MMAP_THRESHOLD