aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Hillegeer <nicolas@hillegeer.com>2014-07-21 15:53:05 +0200
committerNicolas Hillegeer <nicolas@hillegeer.com>2014-07-21 19:30:00 +0200
commit7b1d46f39d9a21b77931b857d28a2a2fe7b284d0 (patch)
treec6defcc224f6b0bb69e847dc7e3c4d5d875874d5
parentfb5a786bdb5b7b52b9c36b3eb8b6d2cc002aa8f3 (diff)
downloadrneovim-7b1d46f39d9a21b77931b857d28a2a2fe7b284d0.tar.gz
rneovim-7b1d46f39d9a21b77931b857d28a2a2fe7b284d0.tar.bz2
rneovim-7b1d46f39d9a21b77931b857d28a2a2fe7b284d0.zip
cmake: remove check for gettimeofday
There are no more uses of gettimeofday, so remove the check in CMake.
-rw-r--r--config/CMakeLists.txt1
-rw-r--r--config/config.h.in1
2 files changed, 0 insertions, 2 deletions
diff --git a/config/CMakeLists.txt b/config/CMakeLists.txt
index 808105ec52..8e1b0239d4 100644
--- a/config/CMakeLists.txt
+++ b/config/CMakeLists.txt
@@ -44,7 +44,6 @@ check_function_exists(fsync HAVE_FSYNC)
check_function_exists(getpwent HAVE_GETPWENT)
check_function_exists(getpwnam HAVE_GETPWNAM)
check_function_exists(getpwuid HAVE_GETPWUID)
-check_function_exists(gettimeofday HAVE_GETTIMEOFDAY)
check_function_exists(iconv HAVE_ICONV)
check_function_exists(lstat HAVE_LSTAT)
if(NOT HAVE_LSTAT)
diff --git a/config/config.h.in b/config/config.h.in
index 32d6760312..a85961858c 100644
--- a/config/config.h.in
+++ b/config/config.h.in
@@ -26,7 +26,6 @@
#cmakedefine HAVE_GETPWENT
#cmakedefine HAVE_GETPWNAM
#cmakedefine HAVE_GETPWUID
-#cmakedefine HAVE_GETTIMEOFDAY
#cmakedefine HAVE_ICONV
#cmakedefine USE_ICONV
#cmakedefine HAVE_ICONV_H