diff options
author | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-01-08 15:53:40 +0000 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-01-08 15:53:40 +0000 |
commit | 6ff9219da6cf8cfdf53ba815d5cfe0eca1d607b0 (patch) | |
tree | f38c4c31cb0ffeb88130a6461a452f99f3eeb9ee /Configure | |
parent | 3049007d1d4cd7f779efe25ccbd65634c7e84bd1 (diff) | |
download | perl-6ff9219da6cf8cfdf53ba815d5cfe0eca1d607b0.tar.gz |
Missing "" in Configure echo for gethbadd_addr_type.
p4raw-id: //depot/perl@405
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9327,7 +9327,7 @@ EOM gethbadd_addr_type="$ans" # Remove the "const" if needed. - gethbadd_addr_type=`echo $gethbadd_addr_type | sed 's/^const //'` + gethbadd_addr_type=`echo "$gethbadd_addr_type" | sed 's/^const //'` rp='What is the type for the 2nd argument to gethostbyaddr ?' dflt="Size_t" |