don't try to get xine's plugin directory, we don't even use it.
authortilman <tilman>
Fri, 23 Mar 2007 10:09:35 +0000 (10:09 +0000)
committertilman <tilman@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 23 Mar 2007 10:09:35 +0000 (10:09 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@28955 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

configure.in

index 29c8bd8..8674914 100644 (file)
@@ -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