[xiph-commits] r3394 - liboggplay/trunk
shans at svn.annodex.net
shans at svn.annodex.net
Wed Jan 30 17:20:59 PST 2008
Author: shans
Date: 2008-01-30 17:20:55 -0800 (Wed, 30 Jan 2008)
New Revision: 3394
Modified:
liboggplay/trunk/configure.ac
Log:
Fixed error message when ogg version is too low.
Modified: liboggplay/trunk/configure.ac
===================================================================
--- liboggplay/trunk/configure.ac 2008-01-30 20:38:41 UTC (rev 3393)
+++ liboggplay/trunk/configure.ac 2008-01-31 01:20:55 UTC (rev 3394)
@@ -103,7 +103,7 @@
if test "$HAVE_OGGZ" = "old" ; then
AC_MSG_ERROR([
*** The version of liboggz installed on your system is too old. You need
-*** at least liboggz version $oggplay_OGGZ to build liboggplay.
+*** liboggz version greater than $oggplay_OGGZ to build liboggplay.
])
else
AC_MSG_ERROR([
More information about the commits
mailing list