diff options
author | OBATA Akio <[email protected]> | 2021-12-31 11:19:26 +0900 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-31 10:40:48 +0100 |
commit | 66a6fc4c27f1d78cec7a6f455cd9151120f98038 (patch) | |
tree | 6811677649f59f1077cfbe639ad87358fae76cb4 /ConfigureChecks.cmake | |
parent | 353d101fbc36161f136cfab48fb6483c87cfd485 (diff) | |
download | tdeaddons-66a6fc4c27f1d78cec7a6f455cd9151120f98038.tar.gz tdeaddons-66a6fc4c27f1d78cec7a6f455cd9151120f98038.zip |
Removed unnecessary hunks after switched to use krsync library
Signed-off-by: OBATA Akio <[email protected]>
(cherry picked from commit a970f0f41357bf22b1ced5db332a02407efd30f4)
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r-- | ConfigureChecks.cmake | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 1fce07f..9a1f20c 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -48,17 +48,6 @@ if( BUILD_KICKER_APPLETS ) endif( BUILD_KICKER_APPLETS ) -##### konq-plugins ############################## - -if( BUILD_KONQ_PLUGINS ) - check_include_file( "pty.h" HAVE_PTY_H ) - check_include_file( "terminos.h" HAVE_TERMIOS_H ) - check_include_file( "stropts.h" HAVE_STROPTS ) - check_include_file( "sys/ioctl.h" HAVE_SYS_IOCTL_H ) - check_include_file( "libutil.h" HAVE_LIBUTIL_H ) - check_include_file( "util.h" HAVE_UTIL_H ) -endif( BUILD_KONQ_PLUGINS ) - ##### other dependencies ######################## |