From 8d5285c1866a391f054d260cd96a231247e92ba2 Mon Sep 17 00:00:00 2001 From: phintuka Date: Fri, 12 Mar 2010 12:07:22 +0000 Subject: Use pkg-config instead of deprecated xine-config --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 25624e34..29ab33c0 100755 --- a/configure +++ b/configure @@ -7,7 +7,7 @@ # See the main source file 'xineliboutput.c' for copyright information and # how to reach the author. # -# * $Id: configure,v 1.20 2010-03-12 11:58:08 phintuka Exp $ +# * $Id: configure,v 1.21 2010-03-12 12:07:22 phintuka Exp $ # PKG_CONFIG="pkg-config" @@ -343,7 +343,7 @@ test_library XINE libxine "xine.h" "-lxine" "xine_init(0)" if enabled libxine; then log -n "Checking for xine plugin directory ..." - if enabled pkgconfig && $PKG_CONFIG libxine --atleast-version 1.1.90; then + if enabled pkgconfig && $PKG_CONFIG libxine --atleast-version 1.1.17; then XINEPLUGINDIR=`$PKG_CONFIG libxine --variable=plugindir` else XINEPLUGINDIR=`xine-config --plugindir` -- cgit v1.2.3