<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- gst-plugins-ugly-0.10.10/common/m4/gst-feature.m4	2008-11-08 15:48:44.000000000 +0100
+++ gst-plugins-ugly-0.10.10/common/m4/gst-feature.m4-gil	2009-01-01 03:23:11.000000000 +0100
@@ -139,7 +139,7 @@
     [$1]_CFLAGS=
     HAVE_[$1]=no
   else
-    if [$2] --plugin-libs [$3] &amp;&gt; /dev/null; then
+   if [$2] --plugin-libs [$3] &gt; /dev/null 2&gt; /dev/null; then
       [$1]_LIBS=`[$2] --plugin-libs [$3]`
     else
       [$1]_LIBS=`[$2] --libs [$3]`
</pre></body></html>