From: Robert Jongbloed Date: Mon, 27 Aug 2012 01:46:55 +0000 (+1000) Subject: Added check for PTLib version, can't be too old. X-Git-Tag: v1.2.3^2~161 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48b85ca9c1c444fc46d71c0de0c1e1035c45b77d;p=thirdparty%2Ffreeswitch.git Added check for PTLib version, can't be too old. --- diff --git a/src/mod/endpoints/mod_opal/mod_opal.h b/src/mod/endpoints/mod_opal/mod_opal.h index 310ceecb57..5edc21f8a0 100644 --- a/src/mod/endpoints/mod_opal/mod_opal.h +++ b/src/mod/endpoints/mod_opal/mod_opal.h @@ -32,6 +32,11 @@ #endif #include + +#if !defined(PTLIB_CHECK_VERSION) + #error PTLib is too old to use, must be >= 2.10.6 +#endif + #include #include #include