summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-06-17 14:17:01 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-06-17 14:17:01 +0100
commit789dff44028ea62675641a7a8a3cba1cdf29d52e (patch)
treef2dc123baf3f919294bb9e9aaecc81b2f34c3829 /configure.ac
parentdcf1606a70deeb140c2d5479092cf6f55eca2d4b (diff)
downloadtelepathy-logger-789dff44028ea62675641a7a8a3cba1cdf29d52e.tar.gz
Remove remnants of support for compiling without Text
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac15
1 files changed, 0 insertions, 15 deletions
diff --git a/configure.ac b/configure.ac
index 2ea6d4a..20542d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -167,21 +167,6 @@ if test x$enable_public_extensions = xyes; then
fi
AM_CONDITIONAL([ENABLE_PUBLIC_EXTENSIONS], [test "x$enable_public_extensions" = xyes])
-
-# -----------------------------------------------------------
-# Enable Channel types
-# -----------------------------------------------------------
-
-AC_ARG_ENABLE(channeltext,
- AC_HELP_STRING([--disable-channeltext],[compile without Channel.Text support]),
- enable_channeltext=$enableval, enable_channeltext=yes )
-
-if test x$enable_channeltext = xyes; then
- AC_DEFINE(ENABLE_CHANNEL_TYPE_TEXT, [], [Enable Channel Text])
-fi
-AM_CONDITIONAL([ENABLE_CHANNEL_TYPE_TEXT], [test "x$enable_channeltext" = xyes])
-
-
# -----------------------------------------------------------
# Enable debug
# -----------------------------------------------------------