[vlc-devel] commit: Fix help string (Christophe Mutricy )
    git version control 
    git at videolan.org
       
    Tue Nov  3 00:34:32 CET 2009
    
    
  
vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Mon Nov  2 22:12:25 2009 +0000| [08f7aeb5bb92d67273adbec4ac17c1511c9dcb2c] | committer: Christophe Mutricy 
Fix help string
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=08f7aeb5bb92d67273adbec4ac17c1511c9dcb2c
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 50b7866..29b2d3b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2436,7 +2436,7 @@ AC_ARG_ENABLE(libcdio,
   [  --enable-libcdio        CD input and control library support (default enabled)])
 
 AC_ARG_ENABLE(vcdinfo,
-  [  --enable-libvcdinfo     VCD information library support (default enabled)])
+  [  --enable-vcdinfo        VCD information library support (default enabled)])
 
 have_libcdio=no
 have_libvcdinfo=no
    
    
More information about the vlc-devel
mailing list