about summary refs log tree commit diff homepage
path: root/autoconf
diff options
context:
space:
mode:
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 54bc3d32..f1b2dfc3 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -500,8 +500,7 @@ dnl Test for features
 dnl **************************************************************************
 AC_SEARCH_LIBS(mallinfo,malloc,
                AC_DEFINE([HAVE_MALLINFO],[1],[Define if mallinfo() is available on this platform.]),
-               AC_MSG_ERROR([mallinfo() must be supported by your malloc implementation])
-              )
+               AC_MSG_WARN([mallinfo() was not found - disabling memory usage checking]))
 
 dnl **************************************************************************
 dnl Find an install of STP