summaryrefslogtreecommitdiffstats
path: root/kdesktop/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:02:02 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:02:02 -0600
commitde7e5867a65e0a46f1388e3e50bc7eeddd1aecbf (patch)
treedbb3152c372f8620f9290137d461f3d9f9eba1cb /kdesktop/ConfigureChecks.cmake
parent936d3cec490c13f2c5f7dd14f5e364fddaa6da71 (diff)
downloadtdebase-de7e5867a65e0a46f1388e3e50bc7eeddd1aecbf.tar.gz
tdebase-de7e5867a65e0a46f1388e3e50bc7eeddd1aecbf.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
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( )