[xiph-commits] r9494 - trunk/vorbis-tools
giles at svn.xiph.org
giles at svn.xiph.org
Mon Jun 20 03:29:55 PDT 2005
Author: giles
Date: 2005-06-20 03:29:53 -0700 (Mon, 20 Jun 2005)
New Revision: 9494
Modified:
trunk/vorbis-tools/configure.ac
Log:
Error text clarification.
Modified: trunk/vorbis-tools/configure.ac
===================================================================
--- trunk/vorbis-tools/configure.ac 2005-06-20 10:18:59 UTC (rev 9493)
+++ trunk/vorbis-tools/configure.ac 2005-06-20 10:29:53 UTC (rev 9494)
@@ -298,7 +298,7 @@
])
if test "x$build_oggenc" = xyes -a "x$have_libFLAC" != xyes; then
- AC_MSG_WARN([FLAC and OggFLAC libraries or headers missing, oggenc
+ AC_MSG_WARN([FLAC and/on OggFLAC libraries or headers missing, oggenc
will NOT be built with FLAC read support.])
fi
@@ -308,11 +308,11 @@
headers present if you would like to build ogg123.])
else
if test "x$have_libFLAC" != xyes; then
- AC_MSG_WARN([FLAC and OggFLAC libraries or headers missing, ogg123
+ AC_MSG_WARN([FLAC and/or OggFLAC libraries or headers missing, ogg123
will NOT be built with FLAC read support.])
fi
if test "x$have_libspeex" != xyes; then
- AC_MSG_WARN([Speex libraries or headers missing, ogg123
+ AC_MSG_WARN([Speex libraries and/or headers missing, ogg123
will NOT be built with Speex read support.])
fi
fi
More information about the commits
mailing list