blob: d5d8d63f67d72ea30d4b9876836c28fa83928fe1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$NetBSD: patch-aa,v 1.3 1998/08/07 11:10:27 agc Exp $
--- configure.orig Wed Jul 15 10:03:01 1998
+++ configure Wed Jul 15 10:06:03 1998
@@ -2361,11 +2361,7 @@
# the other directories may have a better chance of containing a more recent
# version.
-JD_Search_Dirs="$JD_Search_Dirs \
- /usr/local/include,/usr/local/lib \
- /usr/include,/usr/lib \
- /usr/include/slang,/usr/lib \
- /usr/include/slang,/usr/lib/slang"
+JD_Search_Dirs="$prefix/include,$prefix/lib"
echo looking for the SLANG library
|