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



commit 579f35d78eb0e874c305957c99a7eee9bc4ff7a3
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 da5394c..9852b9c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -361,7 +361,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]