diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | m4/gst-feature.m4 | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org> + * m4/gst-feature.m4: + not all of them support --plugin-libs, so redirect stderr + +2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org> + * m4/as-scrub-include.m4: sync with upstream to 0.1.4. Fixes #132440 diff --git a/m4/gst-feature.m4 b/m4/gst-feature.m4 index 6d3c230..4ec0417 100644 --- a/m4/gst-feature.m4 +++ b/m4/gst-feature.m4 @@ -133,7 +133,7 @@ AC_DEFUN([GST_CHECK_CONFIGPROG], [$1]_CFLAGS= HAVE_[$1]=no else - [$1]_LIBS=`[$2] --plugin-libs [$3]` + [$1]_LIBS=`[$2] --plugin-libs [$3] 2> /dev/null` if test "x$[$1]_LIBS" = x; then [$1]_LIBS=`[$2] --libs [$3]` fi |