[folks] build: fix disabling telepathy backend
- From: Marc-Antoine Perennou <marcop src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] build: fix disabling telepathy backend
- Date: Tue, 2 Oct 2012 20:33:39 +0000 (UTC)
commit 7c0ad68e75c5ab98abe348ce51b9479ce5ff6074
Author: Marc-Antoine Perennou <Marc-Antoine Perennou com>
Date: Tue Oct 2 22:33:31 2012 +0200
build: fix disabling telepathy backend
fixes 855803a62b3a89ddb3c6abd3fa316d80cd036baf
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine Perennou com>
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c36a692..a67280f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -112,7 +112,7 @@ AS_IF([test "x$enable_telepathy_backend" = "xyes"], [
AC_DEFINE(HAVE_TELEPATHY, [0], [Define as 1 if you have the Telepathy backend])
])
-AM_CONDITIONAL([ENABLE_TELEPATHY], [test "x$enable_eds_backend" = "xyes"])
+AM_CONDITIONAL([ENABLE_TELEPATHY], [test "x$enable_telepathy_backend" = "xyes"])
# Automatically check the dependencies for the libsocialweb backend
SW_CLIENT_REQUIRED=0.25.20
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]