libav: fix checks for internal libav configure options
authorAndoni Morales Alastruey <ylatuya@gmail.com>
Mon, 14 Jan 2013 16:00:17 +0000 (17:00 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Mon, 21 Jan 2013 11:17:16 +0000 (11:17 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=691723

configure.ac

index 28460f0..f830455 100644 (file)
@@ -359,7 +359,7 @@ else
   fi
 
   dnl checks for extra enable/disable flags
-  LIBAV_OPTS="(cd $srcdir/gst-libs/ext/libav && ./configure --help)"
+  LIBAV_OPTS=`cd $srcdir/gst-libs/ext/libav && ./configure --help`
   # Let's check if we can disable the building of the libav binary
   can_disable=`echo "$LIBAV_OPTS" | grep 'disable-ffmpeg'`
   if test "$can_disable" != ""; then