diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-29 13:47:03 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-29 13:47:03 +0000 |
commit | abcf653aa463675479f9ed2ac9430790d962b866 (patch) | |
tree | 72db4e9c43bfe4b9c8dc2e0a82e93e4860ded5c6 /Configure | |
parent | f1defd632c6d31c5c7a39960079d8334972fe38f (diff) | |
download | perl-abcf653aa463675479f9ed2ac9430790d962b866.tar.gz |
I thought this Configure glitch for AIX was just recently fixed?
p4raw-id: //depot/perl@11027
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 Thu Jun 28 18:02:13 EET DST 2001 [metaconfig 3.0 PL70] +# Generated on Fri Jun 29 17:44:53 EET DST 2001 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -10816,7 +10816,7 @@ EOCP d_modfl="$undef" fi case "$osname:$gccversion" in - aix:) $ccflags="$saveccflags" ;; # restore + aix:) ccflags="$saveccflags" ;; # restore esac ;; esac |