summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-09-28 15:45:59 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-09-28 15:45:59 -0500
commit2d502174899da0b0d3a3a94ef53a76c2919d4f1a (patch)
treeda74eece35d1155b507b8460f48990edbdaa05d5
parent452198ac1214041750a4765846fd35469059017e (diff)
downloadtdenetworkmanager-2d502174.tar.gz
tdenetworkmanager-2d502174.zip
Remove spurious hal check
-rw-r--r--ConfigureChecks.cmake7
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 )