[tracker] Fixes: GB#580908, [PATCH] Make configure error on missing hal and hal-storage a bit clearer.



commit 65b673fcc5936bcb3fc64361fd8e239c1487490c
Author: Rob Taylor <rob taylor codethink co uk>
Date:   Mon May 4 09:56:06 2009 +0100

    Fixes: GB#580908, [PATCH] Make configure error on missing hal and hal-storage a bit clearer.
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 282b347..328ebd1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -366,7 +366,7 @@ fi
 
 if test "x$enable_hal" = "xyes"; then
    if test "x$have_hal" != "xyes"; then
-      AC_MSG_ERROR([Couldn't find HAL >= $HAL_REQUIRED and HAL storage.])
+      AC_MSG_ERROR([Couldn't find hal >= $HAL_REQUIRED and hal-storage.])
    fi
 fi
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]