[svn-commits] kpfleming: trunk r149427 - in /trunk: configure configure.ac

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Oct 15 05:16:30 CDT 2008


Author: kpfleming
Date: Wed Oct 15 05:16:29 2008
New Revision: 149427

URL: http://svn.digium.com/view/asterisk?view=rev&rev=149427
Log:
reverting this change... had not read the commit list yet, didn't realize the code had been upgraded

Modified:
    trunk/configure
    trunk/configure.ac

Modified: trunk/configure.ac
URL: http://svn.digium.com/view/asterisk/trunk/configure.ac?view=diff&rev=149427&r1=149426&r2=149427
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Wed Oct 15 05:16:29 2008
@@ -1350,10 +1350,7 @@
 		#if SPANDSP_RELEASE_DATE < 20080516
 		#error "spandsp 0.0.5 or greater is required"
 		#endif
-		#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])
+	], [spandsp/version.h], , [minimum 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




More information about the svn-commits mailing list