From f009bc8b2bd3f64591ec907c864f38c4f4d13824 Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Mon, 23 Jan 2017 18:15:50 +0100 Subject: [PATCH] build: check for the mtrace header --- cmake/helpers/CommonHeaderChecks.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/helpers/CommonHeaderChecks.cmake b/cmake/helpers/CommonHeaderChecks.cmake index aab83f73f9..ac7dba8dff 100644 --- a/cmake/helpers/CommonHeaderChecks.cmake +++ b/cmake/helpers/CommonHeaderChecks.cmake @@ -74,6 +74,7 @@ HEADER_CHECK(mcheck.h HAVE_MCHECK_H) HEADER_CHECK(sys/types.h HAVE_SYS_TYPES_H) HEADER_CHECK(execinfo.h HAVE_EXECINFO_H) HEADER_CHECK(libunwind.h HAVE_UNWIND) +HEADER_CHECK(mtrace.h HAVE_MTRACE_H) function(EFL_HEADER_CHECKS_FINALIZE file) file(WRITE ${file} ${HEADER_FILE_CONTENT})