From e7cd0adaa82bbd04e2d5c1f78260a27d8344d12f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Sat, 6 Apr 2002 20:51:46 +0200
Subject: [PATCH] Bugfix.

Rev: src/configure.in:1.574
---
 src/configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/configure.in b/src/configure.in
index 2f5be556b3..5e6df70f36 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -1,4 +1,4 @@
-AC_REVISION("$Id: configure.in,v 1.573 2002/04/06 18:03:22 grubba Exp $")
+AC_REVISION("$Id: configure.in,v 1.574 2002/04/06 18:51:46 grubba Exp $")
 AC_INIT(interpret.c)
 AC_CONFIG_HEADER(machine.h)
 
@@ -1705,7 +1705,7 @@ echo Searching for library directories...
 if test $ldflags_is_set = no ; then
   for dd in `echo ${with_lib_path} | sed 's/:/ /g'` \
     `echo "${with_site_prefixes}/lib"|sed -e 's/:/\/lib /g'` \
-    `echo $exec_prefix | sed "s@^NONE@$prefix/lib@g" | sed "s@^NONE@$with_root$ac_default_prefix/lib@g"` \
+    `echo $exec_prefix | sed "s@^NONE@$prefix/lib@g" | sed "s@^NONE@$with_root$ac_default_prefix@g"` \
     $with_root/usr/local/lib $with_root/sw/local/lib $with_root/sw/lib \
     $with_root/usr/gnu/lib $with_root/opt/gnu/lib $with_root/sw/gnu/lib \
     $with_root/usr/freeware/lib $with_root/usr/pkg/lib \
-- 
GitLab