aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Config
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-06-04 17:22:52 +0000
committerDouglas Gregor <dgregor@apple.com>2009-06-04 17:22:52 +0000
commitef23d711bc4ff72799693f40c15b29cfdabd89a0 (patch)
treeef2cc94b698bd4f401aa38059068d75e63ace3d9 /include/llvm/Config
parent77b81fe487de709d41dfcc97bbb2941ae1bb80af (diff)
downloadexternal_llvm-ef23d711bc4ff72799693f40c15b29cfdabd89a0.zip
external_llvm-ef23d711bc4ff72799693f40c15b29cfdabd89a0.tar.gz
external_llvm-ef23d711bc4ff72799693f40c15b29cfdabd89a0.tar.bz2
Properly detect malloc_zone_statistics in CMake build system
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72873 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Config')
-rw-r--r--include/llvm/Config/config.h.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Config/config.h.cmake b/include/llvm/Config/config.h.cmake
index caabf07..ed77874 100644
--- a/include/llvm/Config/config.h.cmake
+++ b/include/llvm/Config/config.h.cmake
@@ -228,7 +228,7 @@
#cmakedefine HAVE_MALLOC_MALLOC_H ${HAVE_MALLOC_MALLOC_H}
/* Define to 1 if you have the `malloc_zone_statistics' function. */
-#undef HAVE_MALLOC_ZONE_STATISTICS
+#cmakedefine HAVE_MALLOC_ZONE_STATISTICS ${HAVE_MALLOC_ZONE_STATISTICS}
/* Define to 1 if you have the `memcpy' function. */
#undef HAVE_MEMCPY