summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorPeter E. Yee <yee@trident.arc.nasa.gov>1988-01-29 20:22:10 +0000
committerLarry Wall <lwall@jpl-devvax.jpl.nasa.gov>1988-01-29 20:22:10 +0000
commit725c4100677777ac4aca591b894c4489fb311d98 (patch)
tree19af9e948464805af4f96cc6b82e06c658fa3e57 /Configure
parentd96024cf1e3df534df4aa43f818004cbc6477660 (diff)
downloadperl-725c4100677777ac4aca591b894c4489fb311d98.tar.gz
perl 1.0 patch 10: if your libc is in a strange place, Configure blows up
There's a line in Configure that says libc=ans which should say libc=$ans. This only shows up if libc.a isn't in /lib.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/Configure b/Configure
index 85ccf2d75b..d55cb723d8 100755
--- a/Configure
+++ b/Configure
@@ -8,7 +8,7 @@
# and edit it to reflect your system. Some packages may include samples
# of config.h for certain machines, so you might look for one of those.)
#
-# $Header: Configure,v 1.0.1.4 88/01/30 08:51:49 root Exp $
+# $Header: Configure,v 1.0.1.5 88/01/30 09:21:20 root Exp $
#
# Yes, you may rip this off to use in other distribution packages.
# (Note: this Configure script was generated automatically. Rather than
@@ -398,7 +398,7 @@ else
ans=`loc libc.a blurfl/dyick $libpth`
if test -f $ans; then
echo "Your C library is in $ans, of all places."
- libc=ans
+ libc=$ans
else
if test -f "$libc"; then
echo "Your C library is in $libc, like you said before."