diff options
author | Seth Jackson <sethjackson@gmail.com> | 2016-01-18 09:22:25 -0500 |
---|---|---|
committer | Seth Jackson <sethjackson@gmail.com> | 2016-01-18 09:22:25 -0500 |
commit | 51d95d143872c019f8acb7ffa73611d935b5468d (patch) | |
tree | 4cbd1080be529e849720c3a1bc124e40bbdac1e8 | |
parent | f5ae5fa799fd6f2f25c244d2342802b6acb24e95 (diff) | |
download | rneovim-51d95d143872c019f8acb7ffa73611d935b5468d.tar.gz rneovim-51d95d143872c019f8acb7ffa73611d935b5468d.tar.bz2 rneovim-51d95d143872c019f8acb7ffa73611d935b5468d.zip |
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) |