summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/meson.build b/util/meson.build
index 6982ad758..d96706c36 100644
--- a/util/meson.build
+++ b/util/meson.build
@@ -58,7 +58,7 @@ foreach util : cairo_utils
)
endforeach
-if cc.has_header_symbol('malloc.h', '__malloc_hook')
+if cc.has_header_symbol('malloc.h', '__malloc_hook') and cc.has_header('execinfo.h')
libmallocstats = library('malloc-stats', 'malloc-stats.c')
endif