diff options
Diffstat (limited to 'ConfigureChecks.cmake')
-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 ) |