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:
Mark Spencer
2004-12-16 03:14:59 +00:00
parent 0155dee2fd
commit da6073e8c6
+1 -4
View File
@@ -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