Define the proper autoconf constant when enabling the libsocialweb backend.
authorTravis Reitter <travis.reitter@collabora.co.uk>
Wed, 1 Jun 2011 16:01:57 +0000 (09:01 -0700)
committerTravis Reitter <travis.reitter@collabora.co.uk>
Wed, 1 Jun 2011 16:01:57 +0000 (09:01 -0700)
configure.ac

index 4367021..ced40b9 100644 (file)
@@ -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