From 51d95d143872c019f8acb7ffa73611d935b5468d Mon Sep 17 00:00:00 2001 From: Seth Jackson Date: Mon, 18 Jan 2016 09:22:25 -0500 Subject: config: Remove duplicate check for HAVE_UTIME_H. --- config/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) 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) -- cgit