build: fix disabling telepathy backend
authorMarc-Antoine Perennou <Marc-Antoine@Perennou.com>
Tue, 2 Oct 2012 20:33:31 +0000 (22:33 +0200)
committerMarc-Antoine Perennou <Marc-Antoine@Perennou.com>
Tue, 2 Oct 2012 20:33:31 +0000 (22:33 +0200)
fixes 855803a62b3a89ddb3c6abd3fa316d80cd036baf

Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
configure.ac

index c36a692..a67280f 100644 (file)
@@ -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