summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-12 18:02:38 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-12 18:02:38 +0200
commit753fbd6127fd4457e777b61799003b9ebbc4b558 (patch)
treea19be2a1d0db635c9692453ef9bf1ed885056472 /m4
parentc494a25b1a462744c7b78e0160d75aa1e6f97f06 (diff)
downloadxine-lib-753fbd6127fd4457e777b61799003b9ebbc4b558.tar.gz
xine-lib-753fbd6127fd4457e777b61799003b9ebbc4b558.tar.bz2
Set xv_path before rewriting X_LIBS if we're not using pkg-config to discover X libraries.
Diffstat (limited to 'm4')
-rw-r--r--m4/xv.m45
1 files changed, 0 insertions, 5 deletions
diff --git a/m4/xv.m4 b/m4/xv.m4
index 6d58cd0e7..91380a1de 100644
--- a/m4/xv.m4
+++ b/m4/xv.m4
@@ -68,11 +68,6 @@ AC_DEFUN([AC_FIND_LIBXV],
# Ensure that AC_PATH_XTRA is executed before this
AC_REQUIRE([AC_PATH_XTRA])
- # Set xv_path if its not done already
- if test x$xv_path = x; then
- xv_path=`echo $X_LIBS | sed -e 's/\-L\(.*\)/\1/'`
- fi
-
if test x$xv_path = x; then
xv_path=/usr/X11R6/lib
fi