From 6b4b40b1e1e206e50c6566f643ac7f5945c0944f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 30 Sep 2012 16:11:41 -0500 Subject: Remove spurious files and configure checks --- ConfigureChecks.cmake | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'ConfigureChecks.cmake') diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index e92fa73..eec03f1 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -9,29 +9,6 @@ # ################################################# -# dbus-1 -pkg_search_module( DBUS dbus-1 ) -if( NOT DBUS_FOUND ) - tde_message_fatal( "dbus-1 are required, but not found on your system" ) -endif( ) - - -# dbus-1-tqt -pkg_search_module( DBUS_TQT dbus-1-tqt ) -if( DBUS_TQT_FOUND ) - find_program( DBUSXML2QT3_EXECUTABLE NAMES dbusxml2qt3 ) -else() - tde_message_fatal( "dbus-1-tqt are required, but not found on your system" ) -endif( ) - - -# 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( ) - - # required stuff find_package( TQt ) find_package( TDE ) -- cgit v1.2.3