diff options
author | Timothy Pearson <[email protected]> | 2012-09-28 15:45:59 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-09-28 15:45:59 -0500 |
commit | 2d502174899da0b0d3a3a94ef53a76c2919d4f1a (patch) | |
tree | da74eece35d1155b507b8460f48990edbdaa05d5 | |
parent | 452198ac1214041750a4765846fd35469059017e (diff) | |
download | tdenetworkmanager-2d502174899da0b0d3a3a94ef53a76c2919d4f1a.tar.gz tdenetworkmanager-2d502174899da0b0d3a3a94ef53a76c2919d4f1a.zip |
Remove spurious hal check
-rw-r--r-- | ConfigureChecks.cmake | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 45509b2..e92fa73 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -9,13 +9,6 @@ # ################################################# -# hal -pkg_search_module( HAL hal ) -if( NOT HAL_FOUND ) - tde_message_fatal( "hal are required, but not found on your system" ) -endif( ) - - # dbus-1 pkg_search_module( DBUS dbus-1 ) if( NOT DBUS_FOUND ) |