diff options
author | Chris Robinson <[email protected]> | 2016-01-24 01:51:43 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2016-01-24 01:51:43 -0800 |
commit | 5761aa9400ae6a4604ac1a81e582a4cd992933fc (patch) | |
tree | 54c29ff30ba7cc7b583f9375485c87b074e38083 | |
parent | ddc885604df0521fb6f8f6862ce0d4c749b55fc8 (diff) |
Remove unneeded check for io.h
-rw-r--r-- | CMakeLists.txt | 1 | ||||
-rw-r--r-- | config.h.in | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index bf97f4a0..c6262952 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -386,7 +386,6 @@ CHECK_INCLUDE_FILE(stdbool.h HAVE_STDBOOL_H) CHECK_INCLUDE_FILE(stdalign.h HAVE_STDALIGN_H) CHECK_INCLUDE_FILE(malloc.h HAVE_MALLOC_H) CHECK_INCLUDE_FILE(dirent.h HAVE_DIRENT_H) -CHECK_INCLUDE_FILE(io.h HAVE_IO_H) CHECK_INCLUDE_FILE(strings.h HAVE_STRINGS_H) CHECK_INCLUDE_FILE(cpuid.h HAVE_CPUID_H) CHECK_INCLUDE_FILE(intrin.h HAVE_INTRIN_H) diff --git a/config.h.in b/config.h.in index dd020027..b59226ee 100644 --- a/config.h.in +++ b/config.h.in @@ -146,9 +146,6 @@ /* Define if we have dirent.h */ #cmakedefine HAVE_DIRENT_H -/* Define if we have io.h */ -#cmakedefine HAVE_IO_H - /* Define if we have strings.h */ #cmakedefine HAVE_STRINGS_H |