Add gst-inspect-0.10 binary to check list for Debian

SVN revision: 22205
This commit is contained in:
shadoi 2006-04-18 22:15:09 +00:00 committed by shadoi
parent 3b3b836125
commit f8bf7acac0
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ dnl AM_GST_ELEMENT_CHECK(ELEMENT-NAME, ACTION-IF-FOUND, ACTION-IF-NOT-FOUND)
AC_DEFUN([AM_GST_ELEMENT_CHECK],
[
if test "x$GST_INSPECT" == "x"; then
AC_CHECK_PROG(GST_INSPECT, gst-inspect, gst-inspect, [])
AC_CHECK_PROGS(GST_INSPECT, gst-inspect gst-inspect-0.10, [])
fi
if test "x$GST_INSPECT" != "x"; then