From f84898ff747560ca77c7daff15f957c7b1d648e0 Mon Sep 17 00:00:00 2001 From: tilman Date: Fri, 23 Mar 2007 10:09:35 +0000 Subject: [PATCH] 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 --- configure.in | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.7.4