diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-11 14:46:39 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-11 14:46:39 +0000 |
commit | 18ea2752792c81e204ae5b089b8b65544e56fe6e (patch) | |
tree | c339e22174e5efb59c74f095e69b408a49440ccd /Configure | |
parent | a64c954a1bae6e00706f368c6d1ae9d131a4361d (diff) | |
download | perl-18ea2752792c81e204ae5b089b8b65544e56fe6e.tar.gz |
-Dmksymlinks was broken by #14628.
p4raw-id: //depot/perl@14642
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Mon Feb 11 00:20:30 EET 2002 [metaconfig 3.0 PL70] +# Generated on Mon Feb 11 17:45:48 EET 2002 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -2307,7 +2307,7 @@ echo " " $touch blurfl if $ln -s blurfl sym > /dev/null 2>&1 ; then echo "Symbolic links are supported." >&4 - lns="$ln -s" + lns="$ln$_exe -s" else echo "Symbolic links are NOT supported." >&4 lns="$ln" @@ -2317,7 +2317,7 @@ $rm -f blurfl sym : determine whether symbolic links are supported echo " " case "$lns" in -*"ln$_exe -s") +*"ln"*" -s") echo "Checking how to test for symbolic links..." >&4 $lns blurfl sym if $test "X$issymlink" = X; then |