[xiph-commits] r16308 - branches/theora-thusnelda

giles at svn.xiph.org giles at svn.xiph.org
Tue Jul 21 13:19:37 PDT 2009


Author: giles
Date: 2009-07-21 13:19:37 -0700 (Tue, 21 Jul 2009)
New Revision: 16308

Modified:
   branches/theora-thusnelda/configure.ac
Log:
List --enable-telemetry in the configure help, not the --disable version.

Configure options should list their forms for selecting something other 
than the default, and telemetry is off by default.


Modified: branches/theora-thusnelda/configure.ac
===================================================================
--- branches/theora-thusnelda/configure.ac	2009-07-21 11:16:14 UTC (rev 16307)
+++ branches/theora-thusnelda/configure.ac	2009-07-21 20:19:37 UTC (rev 16308)
@@ -341,7 +341,7 @@
 dnl check for libcairo
 HAVE_CAIRO=no
 AC_ARG_ENABLE(telemetry,
-    [  --disable-telemetry     disable debugging output controls ],
+    [  --enable-telemetry      enable 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