[xiph-commits] r15912 - branches/theora-thusnelda
giles at svn.xiph.org
giles at svn.xiph.org
Mon Apr 6 18:20:23 PDT 2009
Author: giles
Date: 2009-04-06 18:20:23 -0700 (Mon, 06 Apr 2009)
New Revision: 15912
Modified:
branches/theora-thusnelda/configure.ac
Log:
Fix spacing in the configure option help.
Modified: branches/theora-thusnelda/configure.ac
===================================================================
--- branches/theora-thusnelda/configure.ac 2009-04-07 00:28:29 UTC (rev 15911)
+++ branches/theora-thusnelda/configure.ac 2009-04-07 01:20:23 UTC (rev 15912)
@@ -74,7 +74,7 @@
BUILD_SPEC="false"
ac_build_spec=yes
AC_ARG_ENABLE(spec,
- [--disable-spec do not build spec ],
+ [ --disable-spec do not build spec ],
[
if test "x$enableval" = "xno"; then
ac_build_spec=$enableval
@@ -327,7 +327,7 @@
dnl check for libcairo
HAVE_CAIRO=no
AC_ARG_ENABLE(telemetry,
- [ --disable-telemetry disable debugging output controls ],
+ [ --disable-telemetry disable debugging output controls ],
[ ac_enable_telemetry=$enableval ], [ ac_enable_telemetry=no] )
if test "x${ac_enable_telemetry}" = xyes; then
More information about the commits
mailing list