From: sachiel Date: Tue, 5 Jan 2010 13:15:22 +0000 (+0000) Subject: Fix backend detection, by commitless vtorri X-Git-Tag: submit/2.0alpha-wayland/20121127.222018~327 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=29d43d194cd7767dfba55dfe373ef07af81a4194;p=profile%2Fivi%2Femotion.git Fix backend detection, by commitless vtorri git-svn-id: http://svn.enlightenment.org/svn/e/trunk/emotion@44910 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/m4/emotion_check.m4 b/m4/emotion_check.m4 index 7f0c073..74b9f32 100644 --- a/m4/emotion_check.m4 +++ b/m4/emotion_check.m4 @@ -5,14 +5,14 @@ AC_DEFUN([EMOTION_CHECK_DEP_XINE], [ requirement="" -have_dep="no" PKG_CHECK_MODULES([XINE], [libxine >= 1.1.1 evas >= 0.9.9], [ have_dep="yes" requirement="libxine" - ]) + ], + [have_dep="no"]) if test "x$1" = "xstatic" ; then requirement_emotion="${requirement} ${requirement_emotion}" @@ -32,14 +32,14 @@ GSTPLUG_REQS=0.10.1 GST_MAJORMINOR=0.10 requirement="" -have_dep="no" PKG_CHECK_MODULES([GSTREAMER], [gstreamer-$GST_MAJORMINOR >= $GST_REQS gstreamer-plugins-base-$GST_MAJORMINOR >= $GSTPLUG_REQS evas >= 0.9.9], [ have_dep="yes" requirement="gstreamer-$GST_MAJORMINOR gstreamer-plugins-base-$GST_MAJORMINOR" - ]) + ], + [have_dep="no"]) if test "x${have_dep}" = "xyes" ; then @@ -70,14 +70,14 @@ AC_DEFUN([EMOTION_CHECK_DEP_VLC], [ requirement="" -have_dep="no" PKG_CHECK_MODULES([VLC], [libvlc >= 0.9 evas >= 0.9.9], [ have_dep="yes" requirement="libvlc" - ]) + ], + [have_dep="no"]) if test "x$1" = "xstatic" ; then requirement_emotion="${requirement} ${requirement_emotion}"