build: check for the mtrace header

This commit is contained in:
Marcel Hollerbach 2017-01-23 18:15:50 +01:00
parent 71d6fcc0c4
commit f009bc8b2b
1 changed files with 1 additions and 0 deletions

View File

@ -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})