diff options
author | Todd C. Miller <Todd.Miller@courtesan.com> | 2002-04-05 03:43:43 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-05 16:58:45 +0000 |
commit | 65dc58a13255135847be8de8c50d2396c1858fd4 (patch) | |
tree | c9adad2be605f423c6de630afc22da9fe1670a71 | |
parent | 728c2768590668c35dbcf237cec2e10d42c4cf41 (diff) | |
download | perl-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
-rwxr-xr-x | Configure | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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" ;; |