diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-22 14:39:56 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-22 14:39:56 +0000 |
commit | 68435ea717a7cd7f41241ff44917b542abd94222 (patch) | |
tree | c712b5c2514cbca4c925e26db48064505729f2f0 /Configure | |
parent | baa8820ae0cbed603563b58fc57ad147b17f1f3b (diff) | |
download | perl-68435ea717a7cd7f41241ff44917b542abd94222.tar.gz |
Configure nits spotted by Spider Boardman.
p4raw-id: //depot/cfgperl@5201
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Tue Feb 22 06:52:47 EET 2000 [metaconfig 3.0 PL70] +# Generated on Tue Feb 22 16:38:07 EET 2000 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.com) cat >/tmp/c1$$ <<EOF @@ -3698,6 +3698,9 @@ $define) libswanted="$libswanted socks5 socks5_sh" ;; esac +libsfound='' +libsfiles='' +libsdirs='' for thislib in $libswanted; do for thisdir in $libpth; do xxx='' @@ -4260,16 +4263,16 @@ if eval $compile_ok; then yyy=`./try` case "$yyy" in '') fpossize=4 - echo " " + echo " " >&4 echo "(I can't execute the test program--guessing $fpossize.)" >&4 ;; *) fpossize=$yyy - echo " $fpossize bytes." + echo " $fpossize bytes." >&4 ;; esac else dflt="$longsize" - echo " " + echo " " >&4 echo "(I can't compile the test program. Guessing...)" >&4 rp="What is the size of your file positions (in bytes)?" . ./myread |