summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-12 18:03:33 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-12 18:03:33 +0200
commitac8ca680f7e68d9a2e9c5f8ba32b15b84557e772 (patch)
tree0e3b88d3e635a57dc16ff89401ace61ffffb33df /configure.ac
parent789f34cd49bf40c2c14fbcbaa9ac09b72994006b (diff)
parent753fbd6127fd4457e777b61799003b9ebbc4b558 (diff)
downloadxine-lib-ac8ca680f7e68d9a2e9c5f8ba32b15b84557e772.tar.gz
xine-lib-ac8ca680f7e68d9a2e9c5f8ba32b15b84557e772.tar.bz2
Update from 1.1 branch.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 202e2f0ea..03d3437e0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -441,6 +441,12 @@ if test "x$with_x" != "xno"; then
PKG_CHECK_MODULES([X], [x11 xext], , [
AC_PATH_XTRA
+ dnl Set xv_path if its not done already
+ dnl we do it here before rewriting X_LIBS
+ if test x$xv_path = x; then
+ xv_path=`echo $X_LIBS | sed -e 's/\-L\(.*\)/\1/'`
+ fi
+
dnl ----------------------------------------------
dnl Check for XShm support (required with X)
dnl ----------------------------------------------