From 18ea2752792c81e204ae5b089b8b65544e56fe6e Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Mon, 11 Feb 2002 14:46:39 +0000 Subject: [PATCH] -Dmksymlinks was broken by #14628. p4raw-id: //depot/perl@14642 --- Configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Configure b/Configure index e44e19a..c86961d 100755 --- a/Configure +++ b/Configure @@ -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$$ < /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 -- 1.8.3.1