From c43b6b969726e45932cfb5af818acfada08bb4bc Mon Sep 17 00:00:00 2001
From: Claus-Justus Heine <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE>
Date: Wed, 19 Nov 2008 01:36:22 +0000
Subject: [PATCH] Malloc debugging. Finally something more sane than any
 predecessing code ....... GNAH BLUMB GNAH.

---
 configure.ac | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 895aa81..f8cc75f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-
+y
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
@@ -448,6 +448,7 @@ AC_HEADER_STDC
 AC_HEADER_STDBOOL
 AC_CHECK_HEADERS([math.h stdlib.h unistd.h string.h rpc/types.h rpc/xdr.h],,
                  [AC_MSG_ERROR([Sorry, these are needed..])])
+AC_CHECK_HEADERS([malloc.h])
 
 #
 # try to pull in some special features (but make sure to supply
-- 
GitLab