From a0b330691bc24ae7192472f2e18d97ad06a3e778 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Mon, 19 May 1997 00:22:30 +0200
Subject: [PATCH] Added another default directory to search

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

diff --git a/src/configure.in b/src/configure.in
index bda603f425..4f4dd09417 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -1,4 +1,4 @@
-AC_REVISION("$Id: configure.in,v 1.94 1997/05/14 00:40:34 per Exp $")
+AC_REVISION("$Id: configure.in,v 1.95 1997/05/18 22:22:30 grubba Exp $")
 AC_INIT(interpret.c)
 AC_CONFIG_HEADER(machine.h)
 
@@ -236,7 +236,7 @@ if test ! -d modules/. ; then
   mkdir modules
 fi
 if test $cppflags_is_set$ldflags_is_set = nono -a x${C_INCLUDE_PATH-} = x ; then
-  for d in /usr/gnu /opt/gnu /usr/local /sw/gnu /home/GNU /sw
+  for d in /usr/local /usr/gnu /opt/gnu /sw/gnu /home/GNU /sw /usr/freeware
   do
     if test -d "$d/lib" ; then
       echo Adding $d/lib to the library-path
-- 
GitLab