diff options
Diffstat (limited to 'gnu/usr.bin/perl/config.sh.OpenBSD')
-rw-r--r-- | gnu/usr.bin/perl/config.sh.OpenBSD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/usr.bin/perl/config.sh.OpenBSD b/gnu/usr.bin/perl/config.sh.OpenBSD index 6e29bd6f1c7..ae6e199872d 100644 --- 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.7 1997/01/22 09:24:00 deraadt Exp $ +# $OpenBSD: config.sh.OpenBSD,v 1.8 1997/01/24 04:42:33 deraadt 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, @@ -17,8 +17,7 @@ case "`arch |cut -f2 -d.`" in "alpha") _dynaload=0;; -"arc") _dynaload=0;; -"pmax") _dynaload=0;; +"mips") _dynaload=0;; "powerpc") _dynaload=0;; *) _dynaload=1;; esac |