summaryrefslogtreecommitdiffstats
path: root/llvm/include
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
commit60dd76fbc9cad16d26f67d893fcfa0b44c1af909 (patch)
tree1854b10b3cc78b05a09a18c1e9b6928f20b35330 /llvm/include
parent7b6b5dd9541a9f87947d1835e13dfb4086614f2e (diff)
downloadbcm5719-llvm-60dd76fbc9cad16d26f67d893fcfa0b44c1af909.tar.gz
bcm5719-llvm-60dd76fbc9cad16d26f67d893fcfa0b44c1af909.zip
Properly detect malloc_zone_statistics in CMake build system
llvm-svn: 72873
Diffstat (limited to 'llvm/include')
-rw-r--r--llvm/include/llvm/Config/config.h.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Config/config.h.cmake b/llvm/include/llvm/Config/config.h.cmake
index caabf0779ab..ed77874b780 100644
--- a/llvm/include/llvm/Config/config.h.cmake
+++ b/llvm/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
OpenPOWER on IntegriCloud