From: Todd C. Miller <Todd.Miller@courtesan.com>
Date: Fri, 5 Apr 2002 10:43:43 +0000 (-0700)
Subject: [ID 20020405.004] Configure doesn't always choose the openbsd hints fine on OpenBSD... 
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=65dc58a13255135847be8de8c50d2396c1858fd4;p=p5sagit%2Fp5-mst-13.2.git

[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
---

diff --git a/Configure b/Configure
index 76a058b..076f053 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"
 			;;