summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
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 dd7034c7..c0bcd225 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -54,17 +54,6 @@ if( BUILD_KMOBILE )
endif( )
-if( BUILD_KANDY OR (BUILD_KMOBILE AND NOT HAVE_BAUDBOY_H) )
- check_include_file( "lockdev.h" HAVE_LOCKDEV_H )
- if( HAVE_LOCKDEV_H )
- check_library_exists( lockdev dev_unlock "" HAVE_LOCKDEV )
- if( HAVE_LOCKDEV )
- set( LOCKDEV_LIBRARY lockdev CACHE INTERNAL "" FORCE )
- endif( )
- endif( )
-endif( )
-
-
if( WITH_GNOKII AND (BUILD_KADDRESSBOOK OR BUILD_KMOBILE) )
pkg_search_module( GNOKII gnokii )
if( NOT GNOKII_FOUND )