$OpenBSD: patch-common_m4_gst-feature_m4,v 1.1 2009/11/29 09:16:51 ajacoutot Exp $
--- common/m4/gst-feature.m4.orig	Thu Nov 26 10:51:47 2009
+++ common/m4/gst-feature.m4	Thu Nov 26 10:52:10 2009
@@ -139,7 +139,7 @@ AC_DEFUN([AG_GST_CHECK_CONFIGPROG],
     [$1]_CFLAGS=
     HAVE_[$1]=no
   else
-    if [$2] --plugin-libs [$3] &> /dev/null; then
+    if [$2] --plugin-libs [$3] > /dev/null 2>&1; then
       [$1]_LIBS=`[$2] --plugin-libs [$3]`
     else
       [$1]_LIBS=`[$2] --libs [$3]`
