diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-07-04 22:26:48 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-07-04 22:26:48 +0000 |
commit | efeaa891beb26deace23d0f0d79d1dabb1e7e0a1 (patch) | |
tree | f597182453a95d6289a6a7da9334714e016b9403 /Configure | |
parent | b0ca42139c4342976311d6fdf20047dfeb44a8cb (diff) | |
download | perl-efeaa891beb26deace23d0f0d79d1dabb1e7e0a1.tar.gz |
Added 64-bit support for AIX 4.3 or better
based on Martin H. Rusoff's observations.
p4raw-id: //depot/cfgperl@3575
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Mon Jul 5 00:31:28 EET DST 1999 [metaconfig 3.0 PL70] +# Generated on Mon Jul 5 01:17:41 EET DST 1999 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.com) cat >/tmp/c1$$ <<EOF @@ -2627,7 +2627,7 @@ case "$use64bits" in . ./use64bits.cbu fi case "$osname" in - dec_osf|hpux|irix|solaris|unicos) + aix|dec_osf|hpux|irix|solaris|unicos) # Known 64-bit capable platforms. ;; *) |