From 52396dff267a4fee2ceaf1af34feca91d81bae7b Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Wed, 13 Dec 2006 00:56:30 +0000 Subject: 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 --- channels/chan_zap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3