summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2012-03-28 15:16:15 -0400
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2012-03-28 15:16:15 -0400
commitd834c43aff5c92a9b61723c8812c0cd536542513 (patch)
tree39c221d6e45e13e38160aef4ea27091692fd0846 /configure.ac
parentfcf24e9575f05d7cdb08a1073d58f36d120ccd79 (diff)
Port TplCallChannel to Call1 API
This include a API break in the unstable Call code. Code using the unstable call log feature will need porting.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.ac b/configure.ac
index 6290051..0600566 100644
--- a/configure.ac
+++ b/configure.ac
@@ -185,18 +185,6 @@ if test x$enable_debug = xyes; then
fi
AM_CONDITIONAL([ENABLE_DEBUG], [test "x$enable_debug" = xyes])
-#------------------------------------------------------------
-# Enable Call logging
-#------------------------------------------------------------
-AC_ARG_ENABLE(call,
- AS_HELP_STRING([--enable-call],[compile with experimental Call logging support]),
- enable_call=$enableval, enable_call=no )
-
-if test x$enable_call = xyes; then
- AC_DEFINE(ENABLE_CALL, [], [Enable Call logging])
-fi
-AM_CONDITIONAL([ENABLE_CALL], [test "x$enable_call" = xyes])
-
# -----------------------------------------------------------
# Coding style checks
# -----------------------------------------------------------
@@ -239,6 +227,5 @@ Configure summary:
Bugreporting URL............: ${PACKAGE_BUGREPORT}
Public extensions library...: ${enable_public_extensions}
Introspection support.......: ${found_introspection}
- Call support................: ${enable_call}
"