aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index 768d48d8e16..a02889e83a2 100644
--- a/configure.in
+++ b/configure.in
@@ -1132,10 +1132,10 @@ if test "${x_libraries}" != NONE && test -n "${x_libraries}"; then
1132 LD_SWITCH_X_SITE_AUX=-R`echo ${x_libraries} | sed -e "s/:/ -R/g"` 1132 LD_SWITCH_X_SITE_AUX=-R`echo ${x_libraries} | sed -e "s/:/ -R/g"`
1133 x_default_search_path="" 1133 x_default_search_path=""
1134 for x_library in `echo ${x_libraries} | sed -e "s/:/ /g"`; do 1134 for x_library in `echo ${x_libraries} | sed -e "s/:/ /g"`; do
1135 x_search_path="${x_library}/%L/%T/%N%C%S:\ 1135 x_search_path="${x_library}/X11/%L/%T/%N%C%S:\
1136${x_library}/%L/%T/%N%C%S:${x_libary}/%l/%T/%N%C%S:\ 1136${x_library}/X11/%L/%T/%N%C%S:${x_libary}/X11/%l/%T/%N%C%S:\
1137${x_library}/%T/%N%C%S:${x_library}/%L/%T/%N%S:\ 1137${x_library}/X11/%T/%N%C%S:${x_library}/X11/%L/%T/%N%S:\
1138${x_library}/%l/%T/%N%S:${x_library}/%T/%N%S" 1138${x_library}/X11/%l/%T/%N%S:${x_library}/X11/%T/%N%S"
1139 if test x"${x_default_search_path}" = x; then 1139 if test x"${x_default_search_path}" = x; then
1140 x_default_search_path=${x_search_path} 1140 x_default_search_path=${x_search_path}
1141 else 1141 else