diff options
author | Timothy Pearson <[email protected]> | 2012-10-12 12:39:40 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-10-12 12:39:40 -0500 |
commit | 8bc366d9489c8bc441d4722a48622eeeda80158d (patch) | |
tree | f34cd254f58f477e6ddb8b602b17b4904a4347ab | |
parent | 7b1641867713af0934157ce2c0e9083767f70476 (diff) | |
download | tdepowersave-8bc366d9489c8bc441d4722a48622eeeda80158d.tar.gz tdepowersave-8bc366d9489c8bc441d4722a48622eeeda80158d.zip |
Remove spurious HAL check
-rw-r--r-- | ConfigureChecks.cmake | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 2e2826b..e3a82e7 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -9,19 +9,6 @@ # ################################################# -# check for hal -pkg_search_module( HAL hal ) -if( HAL_FOUND ) - if( ${HAL_VERSION} VERSION_LESS "0.5.10" ) - tde_message_fatal( "your hal version is too old; at least 0.5.10 is required" ) - else( ) - set( HAVE_HAL_0_5_10 1 ) - endif( ) -else( ) - tde_message_fatal( "hal are requested, but not found on your system" ) -endif( ) - - # check for Xext pkg_search_module( XEXT xext ) if( NOT XEXT_FOUND ) |