summaryrefslogtreecommitdiff
path: root/m4/gst-args.m4
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2007-02-11 10:35:08 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2007-02-11 10:35:08 +0000
commit66d97715fc83888fd1b5469c569f0ef5bbea628b (patch)
tree0bffe5c7d605626de025e9c0948b1208aca7d0eb /m4/gst-args.m4
parentde43a8f3c629983e0bea0b8eb617e52ed35a6cda (diff)
downloadgstreamer-common-66d97715fc83888fd1b5469c569f0ef5bbea628b.tar.gz
m4/gst-args.m4: Remove 'enable' from configure swicth description as this leads to confusing lines like "disable enab...
Original commit message from CVS: * m4/gst-args.m4: Remove 'enable' from configure swicth description as this leads to confusing lines like "disable enable builing ...". * m4/gst-feature.m4: Fix comment to sounds less horrible.
Diffstat (limited to 'm4/gst-args.m4')
-rw-r--r--m4/gst-args.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/gst-args.m4 b/m4/gst-args.m4
index eeb09f0..f7b075e 100644
--- a/m4/gst-args.m4
+++ b/m4/gst-args.m4
@@ -249,7 +249,7 @@ dnl read 'builds, but might not work'
AC_DEFUN([GST_ARG_ENABLE_EXPERIMENTAL],
[
GST_CHECK_FEATURE(EXPERIMENTAL,
- [enable building of experimental plug-ins],,
+ [building of experimental plug-ins],,
HAVE_EXPERIMENTAL=yes, enabled,
[
AC_MSG_WARN(building experimental plug-ins)