From: tilman Date: Fri, 23 Mar 2007 10:09:35 +0000 (+0000) Subject: don't try to get xine's plugin directory, we don't even use it. X-Git-Tag: submit/2.0alpha-wayland/20121127.222018~454 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f84898ff747560ca77c7daff15f957c7b1d648e0;p=profile%2Fivi%2Femotion.git don't try to get xine's plugin directory, we don't even use it. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@28955 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/configure.in b/configure.in index 29c8bd8..8674914 100644 --- a/configure.in +++ b/configure.in @@ -103,8 +103,6 @@ if test "$enable_xine" != "no" ; then if test "$HAVE_XINE" = "yes" ; then requirements="$requirements libxine" - xine_plugins=$(pkg-config --variable=plugindir libxine) - AC_SUBST(xine_plugins) fi fi if test "$enable_xine$HAVE_XINE" = "yesno" ; then