From b3f41d271fd19a40f88ebc324c744a5500157fa0 Mon Sep 17 00:00:00 2001 From: OBATA Akio Date: Mon, 11 Feb 2019 18:11:07 +0900 Subject: Port HAVE_SYS_TIME_H to CMake It is used, but not checked with CMake. Signed-off-by: OBATA Akio (cherry picked from commit 6326fec9f14f8b4288fc1822007ef7cd06339f7a) --- ConfigureChecks.cmake | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ConfigureChecks.cmake') diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 5af31a2ae..8c367ab22 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -67,6 +67,12 @@ if( BUILD_DRKONQI OR BUILD_TDEIOSLAVES ) endif( ) +# sys/time.h (tdeioslave/sftp, ksmserver, ksplashml) +if( BUILD_KSMSERVER OR BUILD_KSPLASHML OR BUILD_TDEIOSLAVES) + check_include_file( sys/time.h HAVE_SYS_TIME_H ) +endif( ) + + # pam if( WITH_PAM AND (BUILD_KCHECKPASS OR BUILD_TDM) ) check_library_exists( pam pam_start "" HAVE_PAM ) -- cgit v1.2.3