From: Ralph Giles Date: Sun, 19 Sep 2004 22:07:18 +0000 (+0000) Subject: adjust configure help formatting X-Git-Tag: v1.3.3~508 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b107cbc637457ee066d0d10de48ce52f7d121558;p=platform%2Fupstream%2Flibvorbis.git adjust configure help formatting svn path=/trunk/vorbis/; revision=7806 --- diff --git a/configure.in b/configure.in index b5f1a84..dd45442 100644 --- a/configure.in +++ b/configure.in @@ -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;;