diff options
Diffstat (limited to 'm4/gst-feature.m4')
-rw-r--r-- | m4/gst-feature.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |