summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
1 files 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`