# HG changeset patch # User diego # Date 1152463038 0 # Node ID 408714bc075c48f13f2a40267f0a7567ebaf487e # Parent 6a08d0dabca80dbce97814db5c54ac9282300d2a _x11_paths should just be a list of paths without -L. diff -r 6a08d0dabca8 -r 408714bc075c configure --- a/configure Sun Jul 09 16:01:36 2006 +0000 +++ b/configure Sun Jul 09 16:37:18 2006 +0000 @@ -2097,7 +2097,7 @@ _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'`