m4/gst-args.m4: Remove 'enable' from configure swicth description as this leads to...
authorStefan Kost <ensonic@users.sourceforge.net>
Sun, 11 Feb 2007 10:35:08 +0000 (10:35 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Sun, 11 Feb 2007 10:35:08 +0000 (10:35 +0000)
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.

ChangeLog
m4/gst-args.m4
m4/gst-feature.m4

index 543dd23..258a542 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-02-11  Stefan Kost  <ensonic@users.sf.net>
+
+       * 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.
+
 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
 
        Patch by: Will Newton  <will.newton gmail com>
index eeb09f0..f7b075e 100644 (file)
@@ -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)
index 4119fc1..0860071 100644 (file)
@@ -6,7 +6,7 @@ dnl GST_CHECK_FEATURE(FEATURE-NAME, FEATURE-DESCRIPTION,
 dnl                   DEPENDENT-PLUGINS, TEST-FOR-FEATURE,
 dnl                   DISABLE-BY-DEFAULT, ACTION-IF-USE, ACTION-IF-NOTUSE)
 dnl
-dnl This macro adds a command line argument to enable the user to enable
+dnl This macro adds a command line argument to allow the user to enable
 dnl or disable a feature, and if the feature is enabled, performs a supplied
 dnl test to check if the feature is available.
 dnl