From 047dd331e541a9f54b8d3fbac4fa9d64337c513a Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Mon, 11 Aug 2008 12:24:00 +0300 Subject: [PATCH] Remove a zaptel compat. test removed by chan_dahdi --- channels/chan_dahdi.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c index 1778983e0..e06e4dc35 100644 --- a/channels/chan_dahdi.c +++ b/channels/chan_dahdi.c @@ -123,10 +123,6 @@ static struct ast_jb_conf default_jbconf = }; static struct ast_jb_conf global_jbconf; -#if !defined(DAHDI_SIG_EM_E1) || (defined(HAVE_PRI) && !defined(DAHDI_SIG_HARDHDLC)) -#error "Your zaptel is too old. Please update" -#endif - #ifndef DAHDI_TONEDETECT /* Work around older code with no tone detect */ #define DAHDI_EVENT_DTMFDOWN 0 -- 2.11.4.GIT