[gjs/wip/ptomato/autotools: 17/18] build: Remove malloc.h check



commit 455b834048f5ac2b03a79ecbf1da3d74371d18b1
Author: Philip Chimento <philip chimento gmail com>
Date:   Tue Sep 27 23:27:59 2016 -0700

    build: Remove malloc.h check
    
    The code that introduced this has been removed.

 configure.ac |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 263bcb2..a859627 100644
--- a/configure.ac
+++ b/configure.ac
@@ -47,9 +47,6 @@ AX_CHECK_LINK_FLAG([-lgcov],, [
 # Checks for libraries.
 m4_define(glib_required_version, 2.42.0)
 
-AC_CHECK_HEADERS([malloc.h])
-AC_CHECK_FUNCS(mallinfo)
-
 GOBJECT_INTROSPECTION_REQUIRE([1.41.4])
 
 common_packages="gmodule-2.0 gthread-2.0 gio-2.0 >= glib_required_version mozjs-24"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]