[ID 20020405.004] Configure doesn't always choose the openbsd hints fine on OpenBSD...
Todd C. Miller [Fri, 5 Apr 2002 10:43:43 +0000 (03:43 -0700)]
From: "Todd C. Miller" <Todd.Miller@courtesan.com>
Message-Id: <200204051743.g35Hhhb7031096@xerxes.courtesan.com>

p4raw-id: //depot/perl@15748

Configure

index 76a058b..076f053 100755 (executable)
--- 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"
                        ;;