mmm we need AC_MSG_RESULT in the no case, just not in the yes case

SVN revision: 22275
This commit is contained in:
Mike Frysinger 2006-04-21 00:53:13 +00:00
parent 2e3db1f70f
commit 8cdd312fb4
1 changed files with 4 additions and 2 deletions

View File

@ -166,11 +166,13 @@ if test "$enable_gstreamer" != "no" ; then
PKG_CHECK_MODULES(GST, \
gstreamer-$GST_MAJORMINOR >= $GST_REQS,
HAVE_GSTREAMER="yes", HAVE_GSTREAMER="no")
HAVE_GSTREAMER="yes", AC_MSG_RESULT(no)
HAVE_GSTREAMER="no")
PKG_CHECK_MODULES(GSTPLUG, \
gstreamer-plugins-base-$GST_MAJORMINOR >= $GSTPLUG_REQS,
HAVE_GSTPLUG="yes", HAVE_GSTPLUG="no")
HAVE_GSTPLUG="yes", AC_MSG_RESULT(no)
HAVE_GSTPLUG="no")
AM_GST_ELEMENT_CHECK(
[ffmpeg],