mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
config: Remove duplicate check for HAVE_UTIME_H.
This commit is contained in:
parent
f5ae5fa799
commit
51d95d1438
@ -26,7 +26,6 @@ if(NOT HAVE_SYS_WAIT_H AND UNIX)
|
|||||||
message(SEND_ERROR "header sys/wait.h is required for Unix")
|
message(SEND_ERROR "header sys/wait.h is required for Unix")
|
||||||
endif()
|
endif()
|
||||||
check_include_files(sys/utsname.h HAVE_SYS_UTSNAME_H)
|
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(unistd.h HAVE_UNISTD_H)
|
||||||
check_include_files(utime.h HAVE_UTIME_H)
|
check_include_files(utime.h HAVE_UTIME_H)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user