artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15fc605
)
No dynamic loading on vax. -moj
author
maja
<maja@openbsd.org>
Thu, 13 Mar 1997 09:39:52 +0000
(09:39 +0000)
committer
maja
<maja@openbsd.org>
Thu, 13 Mar 1997 09:39:52 +0000
(09:39 +0000)
gnu/usr.bin/perl/config.sh.OpenBSD
patch
|
blob
|
history
diff --git
a/gnu/usr.bin/perl/config.sh.OpenBSD
b/gnu/usr.bin/perl/config.sh.OpenBSD
index
daedd99
..
ff3c466
100644
(file)
--- a/
gnu/usr.bin/perl/config.sh.OpenBSD
+++ b/
gnu/usr.bin/perl/config.sh.OpenBSD
@@
-1,5
+1,5
@@
#!/bin/sh
-# $OpenBSD: config.sh.OpenBSD,v 1.
9 1997/02/24 03:07:38 downsj
Exp $
+# $OpenBSD: config.sh.OpenBSD,v 1.
10 1997/03/13 09:39:52 maja
Exp $
#
# This file was produced by running the Configure script. It holds all the
# definitions figured out by Configure. Should you modify one of these values,
@@
-19,6
+19,7
@@
case "`arch |cut -f2 -d.`" in
"alpha") _dynaload=0;;
"mips") _dynaload=0;;
"powerpc") _dynaload=0;;
+"vax") _dynaload=0;;
*) _dynaload=1;;
esac