summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
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'`