From: <sb...@us...> - 2007-11-07 18:00:15
|
Revision: 1273 http://iaxclient.svn.sourceforge.net/iaxclient/?rev=1273&view=rev Author: sbalea Date: 2007-11-07 10:00:18 -0800 (Wed, 07 Nov 2007) Log Message: ----------- Chane the minimum required version of speex to 1.1.12 Patch provided by Mikael Magnusson Modified Paths: -------------- branches/2.0/configure.ac Modified: branches/2.0/configure.ac =================================================================== --- branches/2.0/configure.ac 2007-11-07 15:52:35 UTC (rev 1272) +++ branches/2.0/configure.ac 2007-11-07 18:00:18 UTC (rev 1273) @@ -180,7 +180,7 @@ obtain a copy. ])) -PKG_CHECK_MODULES(SPEEX, [speex >= 1.2],,AC_MSG_ERROR([ +PKG_CHECK_MODULES(SPEEX, [speex >= 1.1.12],,AC_MSG_ERROR([ speex is required to build this package! please see http://www.xiph.org/ for how to obtain a copy. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |