summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2004-02-25 18:40:55 +0000
committerChristian Schaller <uraeus@gnome.org>2004-02-25 18:40:55 +0000
commit874dab5c3461ad7487f1ae029256b6da82dddf6d (patch)
tree657f4a94cc18b7666d3eb2bc57a645dd31d00c23
parent0945c85c4c9139e2e5b8e04d0fc841b8aa1e6e9b (diff)
fixing the --help text for docs building/non-building. Finally the correct text for dummies like me :)RELEASE-0_7_1
Original commit message from CVS: fixing the --help text for docs building/non-building. Finally the correct text for dummies like me :)
-rw-r--r--m4/gst-doc.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/gst-doc.m4 b/m4/gst-doc.m4
index e686efb..20e0e1f 100644
--- a/m4/gst-doc.m4
+++ b/m4/gst-doc.m4
@@ -119,7 +119,7 @@ AS_PATH_PYTHON(2.1)
AC_SUBST(PYTHON)
AC_ARG_ENABLE(docs-build,
-AC_HELP_STRING([--enable-docs-build],[enable building of documentation]),
+AC_HELP_STRING([--disable-docs-build],[disable building of documentation]),
[case "${enableval}" in
yes)
if test "x$HAVE_GTK_DOC" = "xtrue" && \
@@ -129,7 +129,7 @@ AC_HELP_STRING([--enable-docs-build],[enable building of documentation]),
BUILD_DOCS=no
fi ;;
no) BUILD_DOCS=no ;;
- *) AC_MSG_ERROR(bad value ${enableval} for --enable-docs-build) ;;
+ *) AC_MSG_ERROR(bad value ${enableval} for --disable-docs-build) ;;
esac],
[BUILD_DOCS=yes]) dnl Default value