summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>2002-04-05 03:43:43 -0700
committerJarkko Hietaniemi <jhi@iki.fi>2002-04-05 16:58:45 +0000
commit65dc58a13255135847be8de8c50d2396c1858fd4 (patch)
treec9adad2be605f423c6de630afc22da9fe1670a71 /Configure
parent728c2768590668c35dbcf237cec2e10d42c4cf41 (diff)
downloadperl-65dc58a13255135847be8de8c50d2396c1858fd4.tar.gz
[ID 20020405.004] Configure doesn't always choose the openbsd hints fine on OpenBSD systems
From: "Todd C. Miller" <Todd.Miller@courtesan.com> Message-Id: <200204051743.g35Hhhb7031096@xerxes.courtesan.com> p4raw-id: //depot/perl@15748
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure5
1 files changed, 4 insertions, 1 deletions
diff --git a/Configure b/Configure
index 76a058b3d4..076f053fbf 100755
--- a/Configure
+++ b/Configure
@@ -20,7 +20,7 @@
# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
#
-# Generated on Thu Apr 4 20:10:51 EET DST 2002 [metaconfig 3.0 PL70]
+# Generated on Fri Apr 5 20:56:35 EET DST 2002 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
@@ -3075,6 +3075,9 @@ EOM
;;
next*) osname=next ;;
nonstop-ux) osname=nonstopux ;;
+ openbsd) osname=openbsd
+ osvers="$3"
+ ;;
POSIX-BC | posix-bc ) osname=posix-bc
osvers="$3"
;;