summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorOBATA Akio <obache@wizdas.com>2021-12-31 11:19:26 +0900
committerOBATA Akio <obache@wizdas.com>2021-12-31 11:19:26 +0900
commita970f0f41357bf22b1ced5db332a02407efd30f4 (patch)
tree5559b8761ca96020b2d2314a4176da2097178fa9 /ConfigureChecks.cmake
parenta7c02bc96ada3a35ec7f8f5a69c7f6f0c0517b58 (diff)
downloadtdeaddons-a970f0f41357bf22b1ced5db332a02407efd30f4.tar.gz
tdeaddons-a970f0f41357bf22b1ced5db332a02407efd30f4.zip
Removed unnecessary hunks after switched to use krsync library
Signed-off-by: OBATA Akio <obache@wizdas.com>
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 ########################