summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Reitter <travis.reitter@collabora.co.uk>2011-06-01 09:01:57 -0700
committerTravis Reitter <travis.reitter@collabora.co.uk>2011-06-01 09:01:57 -0700
commit884d7f20fc709c45248c05896f5a262082117fdd (patch)
treea46c5b036a575c099d8528ccaac1bc084ffa5ee4
parent1ab93eb1b5714781eefb5ee897f2b167c510054b (diff)
Define the proper autoconf constant when enabling the libsocialweb backend.
-rw-r--r--configure.ac3
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