summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorOBATA Akio <obache@wizdas.com>2021-12-31 11:19:26 +0900
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:40:48 +0100
commit66a6fc4c27f1d78cec7a6f455cd9151120f98038 (patch)
tree6811677649f59f1077cfbe639ad87358fae76cb4 /ConfigureChecks.cmake
parent353d101fbc36161f136cfab48fb6483c87cfd485 (diff)
downloadtdeaddons-66a6fc4c27f1d78cec7a6f455cd9151120f98038.tar.gz
tdeaddons-66a6fc4c27f1d78cec7a6f455cd9151120f98038.zip
Removed unnecessary hunks after switched to use krsync library
Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit a970f0f41357bf22b1ced5db332a02407efd30f4)
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake11
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 ########################