blob: d06faaecabffcd51ce94701a19799a0e5918edfe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-ai,v 1.2 2000/12/15 03:13:06 garbled Exp $
--- configure.orig Tue May 9 14:46:48 2000
+++ configure Thu Dec 14 19:07:25 2000
@@ -2199,7 +2199,7 @@
-libs="-ldl -lz -lHermes -lpthread"
+libs="-lz -lHermes -lpthread"
objf_nondyn=""
flag_tty=""
@@ -2328,6 +2328,9 @@
fi
if test -x /usr/bin/perl; then
perl_exec="/usr/bin/perl"
+fi
+if test -x /usr/pkg/bin/perl; then
+ perl_exec="/usr/pkg/bin/perl"
fi
if test -x /usr/local/bin/perl; then
perl_exec="/usr/local/bin/perl"
|