summaryrefslogtreecommitdiffstats
path: root/kdesktop/ConfigureChecks.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'kdesktop/ConfigureChecks.cmake')
-rw-r--r--kdesktop/ConfigureChecks.cmake7
1 files changed, 0 insertions, 7 deletions
diff --git a/kdesktop/ConfigureChecks.cmake b/kdesktop/ConfigureChecks.cmake
index 9e59185a4..87e2213ce 100644
--- a/kdesktop/ConfigureChecks.cmake
+++ b/kdesktop/ConfigureChecks.cmake
@@ -14,10 +14,3 @@
if( WITH_PAM AND (NOT DEFINED KSCREENSAVER_PAM_SERVICE) )
set( KSCREENSAVER_PAM_SERVICE "kde" CACHE INTERNAL "" )
endif( )
-
-if( WITH_KDESKTOP_LOCK_BACKTRACE )
- check_include_files( "bfd.h;demangle.h;libiberty.h" HAVE_BINUTILS_DEV )
- if( NOT HAVE_BINUTILS_DEV )
- tde_message_fatal( "binutils-dev are required, but not found on your system" )
- endif( )
-endif( )