[tracker/miner-web: 27/76] hal is only used for ac detection, so don't link against hal-storage
- From: Adrien Bustany <abustany src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/miner-web: 27/76] hal is only used for ac detection, so don't link against hal-storage
- Date: Tue, 2 Mar 2010 20:18:05 +0000 (UTC)
commit 335e9d226c7f4716f59840c25913bd3d54c03b45
Author: Michael Biebl <biebl debian org>
Date: Thu Feb 25 04:41:05 2010 +0100
hal is only used for ac detection, so don't link against hal-storage
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 1104377..8289c32 100644
--- a/configure.ac
+++ b/configure.ac
@@ -411,7 +411,7 @@ AC_ARG_ENABLE(hal,
if test "x$enable_hal" != "xno"; then
PKG_CHECK_MODULES(HAL,
- [hal >= $HAL_REQUIRED hal-storage],
+ [hal >= $HAL_REQUIRED],
[have_hal=yes] ,
[have_hal=no])
AC_SUBST(HAL_CFLAGS)
@@ -426,7 +426,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.])
fi
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]