summaryrefslogtreecommitdiff
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorPino Toscano <pino@kde.org>2009-12-14 00:41:49 +0100
committerPino Toscano <pino@kde.org>2009-12-14 00:41:49 +0100
commit6428907ebcf33d4391673aadcfa71c3061f6d352 (patch)
treeeda832b57df8785aa7540d2d923af61dec27db9c /ConfigureChecks.cmake
parent916ab7163249e23bd5ba00922fdcad9caaf92c75 (diff)
[CMake] add configure check for fcntl.h (as in autotools)
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 827fa155..04c87afd 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -12,6 +12,7 @@ include(CheckTypeSize)
include(CheckCSourceCompiles)
check_include_files(dlfcn.h HAVE_DLFCN_H)
+check_include_files(fcntl.h HAVE_FCNTL_H)
check_include_files(inttypes.h HAVE_INTTYPES_H)
check_include_files(memory.h HAVE_MEMORY_H)
check_include_files(stdint.h HAVE_STDINT_H)