From: vapier Date: Fri, 21 Apr 2006 00:47:22 +0000 (+0000) Subject: fix broken configure output X-Git-Tag: submit/2.0alpha-wayland/20121127.222018~487 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e8f2c035dcc81410de0a31cbac57ec7f3b3c4d63;p=profile%2Fivi%2Femotion.git fix broken configure output git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@22274 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/configure.in b/configure.in index dd79ccb..8466c7f 100644 --- a/configure.in +++ b/configure.in @@ -167,12 +167,10 @@ if test "$enable_gstreamer" != "no" ; then PKG_CHECK_MODULES(GST, \ gstreamer-$GST_MAJORMINOR >= $GST_REQS, HAVE_GSTREAMER="yes", HAVE_GSTREAMER="no") - AC_MSG_RESULT($HAVE_GSTREAMER) PKG_CHECK_MODULES(GSTPLUG, \ gstreamer-plugins-base-$GST_MAJORMINOR >= $GSTPLUG_REQS, HAVE_GSTPLUG="yes", HAVE_GSTPLUG="no") - AC_MSG_RESULT($HAVE_GSTPLUG) AM_GST_ELEMENT_CHECK( [ffmpeg],