diff options
author | Michael Reed <Pyrohh@users.noreply.github.com> | 2016-01-18 13:05:25 -0500 |
---|---|---|
committer | Michael Reed <Pyrohh@users.noreply.github.com> | 2016-01-18 13:05:25 -0500 |
commit | 74d450aa7b73bb3d1d74ef59b85da6f44ba991bd (patch) | |
tree | 39562cca2a443b1225e6e37193dc8132092e37fb | |
parent | 9c811c6ba6e587d0e36ee331129911a39299ee42 (diff) | |
parent | 51d95d143872c019f8acb7ffa73611d935b5468d (diff) | |
download | rneovim-74d450aa7b73bb3d1d74ef59b85da6f44ba991bd.tar.gz rneovim-74d450aa7b73bb3d1d74ef59b85da6f44ba991bd.tar.bz2 rneovim-74d450aa7b73bb3d1d74ef59b85da6f44ba991bd.zip |
Merge pull request #4044 from sethjackson/utime
[RFC] config: Remove duplicate check for HAVE_UTIME_H
-rw-r--r-- | config/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/CMakeLists.txt b/config/CMakeLists.txt index 81b1fd64e3..2d3c484845 100644 --- a/config/CMakeLists.txt +++ b/config/CMakeLists.txt @@ -26,7 +26,6 @@ if(NOT HAVE_SYS_WAIT_H AND UNIX) message(SEND_ERROR "header sys/wait.h is required for Unix") endif() check_include_files(sys/utsname.h HAVE_SYS_UTSNAME_H) -check_include_files(utime.h HAVE_UTIME_H) check_include_files(unistd.h HAVE_UNISTD_H) check_include_files(utime.h HAVE_UTIME_H) |