diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-03-18 17:11:07 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-03-18 17:11:07 +0000 |
commit | f78bfc9cd1f8635ff74b5498755525103ee2e6b3 (patch) | |
tree | 8f865719aa26ba91c95b051e13b26374815d5785 /config_h.SH | |
parent | 6d4f734c7dcb73e49cff15cfce4389390a27bda5 (diff) | |
download | perl-f78bfc9cd1f8635ff74b5498755525103ee2e6b3.tar.gz |
Configure nits: rewording from Sarathy (aka #5796),
and installation directories patch from Robin Barker.
p4raw-id: //depot/cfgperl@5802
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 91adef302a..6cb591ee47 100644 --- a/config_h.SH +++ b/config_h.SH @@ -1141,7 +1141,7 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- #define BIN_EXP "$binexp" /**/ /* PERL_BINCOMPAT_5005: - * This symbol, if defined, indicates that Perl 5.006 should be + * This symbol, if defined, indicates that this version of Perl should be * binary-compatible with Perl 5.005. This is impossible for builds * that use features like threads and multiplicity it is always $undef * for those versions. |