From d5368ffc426bb556cf5e77017248f3c5e94ad043 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 9 Jul 2006 16:37:18 +0000 Subject: [PATCH] _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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'`