diff options
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 ######################## |