From: <jpg...@us...> - 2007-09-05 22:36:50
|
Revision: 1115 http://iaxclient.svn.sourceforge.net/iaxclient/?rev=1115&view=rev Author: jpgrayson Date: 2007-09-05 15:36:52 -0700 (Wed, 05 Sep 2007) Log Message: ----------- Fix typo. Modified Paths: -------------- trunk/configure.ac Modified: trunk/configure.ac =================================================================== --- trunk/configure.ac 2007-09-03 19:21:53 UTC (rev 1114) +++ trunk/configure.ac 2007-09-05 22:36:52 UTC (rev 1115) @@ -216,7 +216,7 @@ obtain a copy. ])) -has_teora=no +has_theora=no if test ! x$with_theora = xno; then PKG_CHECK_MODULES(THEORA, [theora >= 1.0alpha7],has_theora=yes) if test x$has_theora = xyes; then This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |