From 8bc366d9489c8bc441d4722a48622eeeda80158d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 12 Oct 2012 12:39:40 -0500 Subject: Remove spurious HAL check --- ConfigureChecks.cmake | 13 ------------- 1 file changed, 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 ) -- cgit v1.2.3