summaryrefslogtreecommitdiff
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorPino Toscano <pino@kde.org>2009-12-14 00:44:55 +0100
committerPino Toscano <pino@kde.org>2009-12-14 00:44:55 +0100
commitf6ba877e0c22538cfe34d32d69814f660de59d2c (patch)
tree313e8ffc68321690e876468bbf6633d5bd9633c1 /ConfigureChecks.cmake
parente12801320ae030628fc62c073983c06b39ee13d7 (diff)
[CMake] add configure check for sys/mman.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 04c87afd..6049c9aa 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -19,6 +19,7 @@ check_include_files(stdint.h HAVE_STDINT_H)
check_include_files(stdlib.h HAVE_STDLIB_H)
check_include_files(strings.h HAVE_STRINGS_H)
check_include_files(string.h HAVE_STRING_H)
+check_include_files(sys/mman.h HAVE_SYS_MMAN_H)
check_include_files(sys/stat.h HAVE_SYS_STAT_H)
check_include_files(sys/types.h HAVE_SYS_TYPES_H)
check_include_files(unistd.h HAVE_UNISTD_H)