summaryrefslogtreecommitdiff
path: root/config_host/config_telepathy.h.in
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-03-26 19:32:20 +0100
committerLuboš Luňák <l.lunak@suse.cz>2013-03-26 19:32:20 +0100
commit8bfc664c6188b0d9128e80f5222bf252e854bff3 (patch)
tree6b08e18195ad48f76e7b4912313658cf317ffd0f /config_host/config_telepathy.h.in
parent3326a85ae6ad417b37deeee52fd9a806f42004ba (diff)
autoconf can actually handle #define HAVE_FOO 0 as the default
Change-Id: I6cd70d885a3fe3ab53f7523d1a5da6ae30ee01e3
Diffstat (limited to 'config_host/config_telepathy.h.in')
-rw-r--r--config_host/config_telepathy.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/config_host/config_telepathy.h.in b/config_host/config_telepathy.h.in
index 22bdc15a5832..c5310bf505e2 100644
--- a/config_host/config_telepathy.h.in
+++ b/config_host/config_telepathy.h.in
@@ -1,9 +1,6 @@
#ifndef CONFIG_TELEPATHY
#define CONFIG_TELEPATHY
-#undef ENABLE_TELEPATHY
-#ifndef ENABLE_TELEPATHY
#define ENABLE_TELEPATHY 0
-#endif
#endif