diff options
author | Mike W Ellwood <mwe@rl.ac.uk> | 1999-07-22 15:28:19 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-07-22 20:51:17 +0000 |
commit | 5f9d9a172723844585bda023d4f5b1e3ee810733 (patch) | |
tree | 3dcb70f2058c22c3bd43589ffb6548cd8d49aedd /config_h.SH | |
parent | 4bb3e0dae4817231fcd8bf395a07bad05dd0602b (diff) | |
download | perl-5f9d9a172723844585bda023d4f5b1e3ee810733.tar.gz |
AIX magic: ccdlflags needs to be different for
Perl itself and for extra-core extensions
(as used by ExtUtilss::embed::ldopts).
Based on the problems described in
To: perl5-porters@perl.org
Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
Reply-To: m.w.ellwood@rl.ac.uk
Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
p4raw-id: //depot/cfgperl@3720
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config_h.SH b/config_h.SH index 2f565976b4..a73ed8c651 100644 --- a/config_h.SH +++ b/config_h.SH @@ -2108,7 +2108,7 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- /* HAS_FTELLO: * This symbol, if defined, indicates that the ftello routine is - * available to ftell from beyond 32 bits (useful for ILP32 hosts). + * available to ftell beyond 32 bits (useful for ILP32 hosts). */ #$d_ftello HAS_FTELLO /**/ |