summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeif Lotfy <seif@lotfy.com>2013-03-13 14:52:41 +0100
committerSeif Lotfy <seif@lotfy.com>2013-03-13 14:52:41 +0100
commit96e1e5fff445edd0074d4251d73114e618320383 (patch)
tree329e5feba96914a0d24a212c5c6d40a37a0287fc
parentc665e181794fb9f18cc9ca3a0cfa376a0fb6c6b3 (diff)
fix comma issue
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e2ddd35..b16db68 100644
--- a/configure.ac
+++ b/configure.ac
@@ -79,8 +79,8 @@ dnl Optional dependencies
dnl ==============================================
AC_ARG_ENABLE([telepathy],
AS_HELP_STRING([--disable-telepathy],
- [disable Telepathy [[default=auto]]]),,
- [enable_telepathy=auto])
+ [disable Telepathy [[default=auto]]]),[enable_telepathy=no])
+
if test "x$enable_telepathy" != "xno"; then
PKG_CHECK_MODULES(TELEPATHY_GLIB,