adjust configure help formatting
authorRalph Giles <giles@xiph.org>
Sun, 19 Sep 2004 22:07:18 +0000 (22:07 +0000)
committerRalph Giles <giles@xiph.org>
Sun, 19 Sep 2004 22:07:18 +0000 (22:07 +0000)
svn path=/trunk/vorbis/; revision=7806

configure.in

index b5f1a84..dd45442 100644 (file)
@@ -50,7 +50,7 @@ AM_PROG_LIBTOOL
 
 dnl docbook xml transform and processing tools
 AC_ARG_ENABLE(docs,
-  [  --enable-docs          build the documentation],
+  [  --enable-docs           build the documentation],
   [case "${enableval}" in
     yes) build_docs=true;;
     no)  build_docs=false;;