From e63fde54484e0076ea63b6f4a62c72c763376cdd Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@dune-project.org>
Date: Fri, 31 Aug 2012 09:14:46 +0000
Subject: [PATCH] Remove the test for malloc(0).

Patch by Markus Blatt.

See FS 979

[[Imported from SVN: r6947]]
---
 m4/dune_common.m4 | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/m4/dune_common.m4 b/m4/dune_common.m4
index 7169ce3a6..9ed31dfae 100644
--- a/m4/dune_common.m4
+++ b/m4/dune_common.m4
@@ -60,9 +60,6 @@ AC_DEFUN([DUNE_COMMON_CHECKS],
   AC_REQUIRE([AC_STRUCT_TM])
 
   dnl check for library functions
-  AC_REQUIRE([AC_FUNC_MALLOC])
-  #  doesn't work, but we don't need it currently
-  #  AC_REQUIRE([AC_FUNC_REALLOC])
 
   AC_LANG_PUSH([C++])
   AC_CHECK_LIB([m], [pow])
-- 
GitLab