diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-22 13:12:38 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-22 13:12:38 +0000 |
commit | 7f95ee773a8468b858e261cff372d5917dbf1421 (patch) | |
tree | 921d50522d8155a47d0f834f878d8ab7574bad68 /Configure | |
parent | eeb6a2c983b428f442d6f8105468afb166a69047 (diff) | |
download | perl-7f95ee773a8468b858e261cff372d5917dbf1421.tar.gz |
Configure typos (from Ray Phillips <r.phillips@mailbox.uq.edu.au>)
p4raw-id: //depot/perl@4845
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3651,7 +3651,7 @@ esac $cat <<EOM On some systems, shared libraries may be available. Answer 'none' if -you want to suppress searching of shared libraries for the remaining +you want to suppress searching of shared libraries for the remainder of this configuration. EOM @@ -6108,7 +6108,7 @@ EOM ' ') dflt='none' ;; *) dflt="$ccdlflags" ;; esac - rp="Any special flags to pass to $cc to use dynamic loading?" + rp="Any special flags to pass to $cc to use dynamic linking?" . ./myread case "$ans" in none) ccdlflags=' ' ;; @@ -6812,7 +6812,7 @@ $cat <<EOM I need to get your e-mail address in Internet format if possible, i.e. something like user@host.domain. Please answer accurately since I have no easy means to double check it. The default value provided below -is most probably close to the reality but may not be valid from outside +is most probably close to reality but may not be valid from outside your organization... EOM |