summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-02-13 05:17:07 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-02-13 05:17:07 +0000
commit818f00be4858f5a77d0e13417a35f19b8cf2012e (patch)
treed3dca0055e609ec8c4f77b96e4adfa0eeaec5b0a /Configure
parent3ae893bd03a243c0d4ba2d7741ae988e0043470f (diff)
downloadperl-818f00be4858f5a77d0e13417a35f19b8cf2012e.tar.gz
$ln is supposed to be already set to $ln + executable suffix
on platforms that need it, from Paul Green. p4raw-id: //depot/perl@14672
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/Configure b/Configure
index c86961d25d..d2b35fe898 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 17:45:48 EET 2002 [metaconfig 3.0 PL70]
+# Generated on Wed Feb 13 08:17:38 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$_exe -s"
+ lns="$ln -s"
else
echo "Symbolic links are NOT supported." >&4
lns="$ln"