diff options
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r-- | ConfigureChecks.cmake | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 6568def..64aa92f 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -31,10 +31,4 @@ if( NOT DBUS_TQT_FOUND ) tde_message_fatal( "dbus-1-tqt is required, but was not found on your system" ) endif( ) -##### check for dbus-glib-1 - -pkg_search_module( DBUS-GLIB dbus-glib-1 ) -if( NOT DBUS-GLIB_FOUND ) - tde_message_fatal( "The dbus-glib library is required, but was not found on your system" ) -endif( NOT DBUS-GLIB_FOUND ) |