summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-08-24 16:21:53 +0000
committerRichard M. Stallman <rms@gnu.org>1997-08-24 16:21:53 +0000
commit6a8e8b68f0aa8b903a7ed1073b01173a8be60f74 (patch)
treecdbbe73d81ae36ae150815a6afd8d1a66eed83dc
parent94089ff6aada480c499914b8b3abb3863212078d (diff)
downloademacs-6a8e8b68f0aa8b903a7ed1073b01173a8be60f74.tar.gz
(x_default_search_path): Corrected '${x_library}' to '${x_library}/X11'.
-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
LD_SWITCH_X_SITE_AUX=-R`echo ${x_libraries} | sed -e "s/:/ -R/g"`
x_default_search_path=""
for x_library in `echo ${x_libraries} | sed -e "s/:/ /g"`; do
- x_search_path="${x_library}/%L/%T/%N%C%S:\
-${x_library}/%L/%T/%N%C%S:${x_libary}/%l/%T/%N%C%S:\
-${x_library}/%T/%N%C%S:${x_library}/%L/%T/%N%S:\
-${x_library}/%l/%T/%N%S:${x_library}/%T/%N%S"
+ x_search_path="${x_library}/X11/%L/%T/%N%C%S:\
+${x_library}/X11/%L/%T/%N%C%S:${x_libary}/X11/%l/%T/%N%C%S:\
+${x_library}/X11/%T/%N%C%S:${x_library}/X11/%L/%T/%N%S:\
+${x_library}/X11/%l/%T/%N%S:${x_library}/X11/%T/%N%S"
if test x"${x_default_search_path}" = x; then
x_default_search_path=${x_search_path}
else