[folks] Define the proper autoconf constant when enabling the libsocialweb backend.
- From: Travis Reitter <treitter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] Define the proper autoconf constant when enabling the libsocialweb backend.
- Date: Wed, 1 Jun 2011 16:02:25 +0000 (UTC)
commit 884d7f20fc709c45248c05896f5a262082117fdd
Author: Travis Reitter <travis reitter collabora co uk>
Date: Wed Jun 1 09:01:57 2011 -0700
Define the proper autoconf constant when enabling the libsocialweb backend.
configure.ac | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 4367021..ced40b9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -100,7 +100,8 @@ if test "x$enable_libsocialweb_backend" != "xno"; then
fi
if test "x$have_libsocialweb_backend" = "xyes"; then
- AC_DEFINE(HAVE_TELEPATHY, [], [Define if you have libsocialweb_backend])
+ AC_DEFINE(HAVE_LIBSOCIALWEB, [],
+ [Define if you have the libsocialweb backend])
fi
else
have_libsocialweb_backend=no
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]