This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
-Dmksymlinks was broken by #14628.
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 11 Feb 2002 14:46:39 +0000 (14:46 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 11 Feb 2002 14:46:39 +0000 (14:46 +0000)
p4raw-id: //depot/perl@14642

Configure

index e44e19a..c86961d 100755 (executable)
--- 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$$ <<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