summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-12-13 00:56:30 +0000
committerRussell Bryant <russell@russellbryant.com>2006-12-13 00:56:30 +0000
commit52396dff267a4fee2ceaf1af34feca91d81bae7b (patch)
tree2c93dad53c3fc0d5af907d37d9563871fdc77c45
parentfeb39743a21b3eb2a737667a72fe65f476b53fca (diff)
revert check for a zaptel transcoder related definition that was done in the
wrong module. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48433 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--channels/chan_zap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index c72b30c4d..394c12bb2 100644
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -118,7 +118,7 @@ static struct ast_jb_conf default_jbconf =
};
static struct ast_jb_conf global_jbconf;
-#if !defined(ZT_TCOP_RELEASE) || (defined(HAVE_PRI) && !defined(ZT_SIG_HARDHDLC))
+#if !defined(ZT_SIG_EM_E1) || (defined(HAVE_PRI) && !defined(ZT_SIG_HARDHDLC))
#error "Your zaptel is too old. Please update"
#endif