From 25cfae268a7557246cffec2e4793113e38b4da94 Mon Sep 17 00:00:00 2001 From: Shih-wei Liao Date: Wed, 9 May 2012 18:53:32 -0700 Subject: Fix Mac breakage due to not HAVE_MALLINFO. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Error message was: external/llvm/lib/Support/Unix/Process.inc:90: error: ‘::mallinfo’ has not been declared Change-Id: Icc3bf1f828426c08b3b1db134ef5337b40b271af --- host/include/llvm/Config/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host') diff --git a/host/include/llvm/Config/config.h b/host/include/llvm/Config/config.h index 67e1363..c008ed2 100644 --- a/host/include/llvm/Config/config.h +++ b/host/include/llvm/Config/config.h @@ -230,7 +230,7 @@ /* #undef HAVE_MACH_O_DYLD_H */ /* Define if mallinfo() is available on this platform. */ -#define HAVE_MALLINFO 1 +/* #undef HAVE_MALLINFO */ /* Define to 1 if you have the header file. */ /* #define HAVE_MALLOC_H 1 */ /* Defined by AndroidConfig.h */ -- cgit v1.1