From: vapier Date: Fri, 21 Apr 2006 00:53:13 +0000 (+0000) Subject: mmm we need AC_MSG_RESULT in the no case, just not in the yes case X-Git-Tag: submit/2.0alpha-wayland/20121127.222018~486 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2306bc2efefdcc6a195f1788888d9c98d06ce2fb;p=profile%2Fivi%2Femotion.git mmm we need AC_MSG_RESULT in the no case, just not in the yes case git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@22275 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/configure.in b/configure.in index 8466c7f..ebc9747 100644 --- a/configure.in +++ b/configure.in @@ -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],