COMP: Add missing module for CHECK_INCLUDE_FILE macro.

This commit is contained in:
Brad King 2008-03-28 13:22:43 -04:00
parent 8c1a743027
commit b8169eb4e3
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
INCLUDE(CheckIncludeFile)
# Check if we can build support for ELF parsing.
CHECK_INCLUDE_FILE("elf.h" HAVE_ELF_H)
IF(HAVE_ELF_H)