From 4c14ef78c993098b4c59f19e34a8850f996cf523 Mon Sep 17 00:00:00 2001 From: Benjamin Pracht Date: Sun, 21 May 2006 20:00:27 +0000 Subject: [PATCH] * Fix hal detection --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3085bf05a0..b15accb862 100644 --- a/configure.ac +++ b/configure.ac @@ -813,7 +813,7 @@ dnl Check for hal AC_ARG_ENABLE(hal, [ --enable-hal Linux HAL services discovery (default enabled)]) -if test "${enable_hal}" +if test "${enable_hal}" != "no" then PKG_CHECK_MODULES(HAL, hal >= 0.5.0, [ AC_DEFINE( HAVE_HAL_1, [] , [Define if you have the new HAL library API]) -- 2.39.5