diff --git a/CMakeLists.txt b/CMakeLists.txt index 99da582f7..3a9b3069a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1054,15 +1054,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 )