diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2ea8dead6..a02cc3e8f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1138,15 +1138,6 @@ endif( ) list( APPEND TDECORE_LIBRARY_DIRS ${DBUS_TQT_LIBRARY_DIRS} ) -if( WITH_NETWORK_MANAGER_BACKEND ) - ##### check for libnm-util ########################### - pkg_search_module( NM_UTIL libnm-util ) - if( NOT NM_UTIL_FOUND ) - tde_message_fatal( "libnm-util are required, but not found on your system" ) - endif( ) -endif( WITH_NETWORK_MANAGER_BACKEND ) - - ##### Add '[KDE4]' to KDE4 menu items ######### if( WITH_KDE4_MENU_SUFFIX ) |