From 7c0ad68e75c5ab98abe348ce51b9479ce5ff6074 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Perennou Date: Tue, 2 Oct 2012 22:33:31 +0200 Subject: [PATCH] build: fix disabling telepathy backend fixes 855803a62b3a89ddb3c6abd3fa316d80cd036baf Signed-off-by: Marc-Antoine Perennou --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c36a6923..a67280f1 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 -- GitLab