mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-23 07:54:50 -07:00
Warn when libpri is too old
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4468 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
+1
-4
@@ -57,10 +57,7 @@
|
||||
#include <ctype.h>
|
||||
#ifdef ZAPATA_PRI
|
||||
#include <libpri.h>
|
||||
#ifndef PRI_NSF_NONE
|
||||
#error "You need newer libpri"
|
||||
#endif
|
||||
#ifndef PRI_SWITCH_QSIG
|
||||
#ifndef PRI_REDIRECTING_REASON
|
||||
#error "You need newer libpri"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user