aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-10-15 09:59:12 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-10-15 09:59:12 +0000
commitab21dfeefde291db235114ea747844a678ad2846 (patch)
treee7a262bd042f1832f1c2122f8b29f2c77c573823 /configure.ac
parent81af7f231f851d06b9198eea8aa38c9ebbbb0f46 (diff)
do complete version check for SpanDSP, since the app_fax code is not compatible with 0.0.6 yet
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@149426 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 30bcd9db2..ad44318bd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1350,7 +1350,10 @@ AST_C_COMPILE_CHECK([SPANDSP], [
#if SPANDSP_RELEASE_DATE < 20080516
#error "spandsp 0.0.5 or greater is required"
#endif
- ], [spandsp/version.h], , [minimum version of SpanDSP])
+ #if SPANDSP_RELEASE_DATE >= 20081012
+ #error "spandsp 0.0.6 or greater is not supported; use 0.0.5"
+ #endif
+ ], [spandsp/version.h], , [compatible version of SpanDSP])
if test "x${PBX_SPANDSP}" = "x1" ; then
# We found the correct version in the header, now let's make sure it links