summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-09 16:37:18 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-09 16:37:18 +0000
commitd5368ffc426bb556cf5e77017248f3c5e94ad043 (patch)
tree64a47bdbceb775ac8c0f3cd2ba0ae87b20829179 /configure
parente364249f21f7273f86d03264ec4d6d4957bd7dd5 (diff)
downloadmpv-d5368ffc426bb556cf5e77017248f3c5e94ad043.tar.bz2
mpv-d5368ffc426bb556cf5e77017248f3c5e94ad043.tar.xz
_x11_paths should just be a list of paths without -L.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18982 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 58dd8c16ce..83382f3432 100755
--- a/configure
+++ b/configure
@@ -2097,7 +2097,7 @@ for ac_option do
_inc_x11=-I`echo $ac_option | cut -d '=' -f 2 | sed 's,:, -I,g'`
;;
--with-x11libdir=*)
- _x11_paths=`echo $ac_option | cut -d '=' -f 2 | sed 's,:, -L,g'`
+ _x11_paths=`echo $ac_option | cut -d '=' -f 2`
;;
--with-dxr2incdir=*)
_inc_dxr2=-I`echo $ac_option | cut -d '=' -f 2 | sed 's,:, -I,g'`