]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Added check for PTLib version, can't be too old.
authorRobert Jongbloed <robertj@voxlucida.com.au>
Mon, 27 Aug 2012 01:46:55 +0000 (11:46 +1000)
committerRobert Jongbloed <robertj@voxlucida.com.au>
Mon, 27 Aug 2012 01:51:28 +0000 (11:51 +1000)
src/mod/endpoints/mod_opal/mod_opal.h

index 310ceecb57aacfe97692a562a7d55101476e82e9..5edc21f8a0526d709f3e23c37e6013b5b30eb914 100644 (file)
 #endif\r
 \r
 #include <ptlib.h>\r
+\r
+#if !defined(PTLIB_CHECK_VERSION)\r
+  #error PTLib is too old to use, must be >= 2.10.6\r
+#endif\r
+\r
 #include <opal/manager.h>\r
 #include <opal/localep.h>\r
 #include <h323/h323ep.h>\r