summaryrefslogtreecommitdiff
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2015-04-30 17:57:55 -0400
committerAllen Winter <allen.winter@kdab.com>2015-04-30 17:57:55 -0400
commit68e3fcb0fee03696550a2b8528b031278eec0d14 (patch)
treef1ae88350b729509f0a76def66ccb634a32fe1ab /ConfigureChecks.cmake
parenta57d2876baa1c0ce59913de9680bd5ae80f2494b (diff)
downloadlibical-git-68e3fcb0fee03696550a2b8528b031278eec0d14.tar.gz
WIP: more include file cleaning
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 72923c50..178b2d0e 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -5,9 +5,6 @@ check_include_files(endian.h HAVE_ENDIAN_H)
check_include_files(inttypes.h HAVE_INTTYPES_H)
check_include_files(pthread.h HAVE_PTHREAD_H)
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/endian.h HAVE_SYS_ENDIAN_H)
check_include_files(sys/param.h HAVE_SYS_PARAM_H)
check_include_files(sys/utsname.h HAVE_SYS_UTSNAME_H)