summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-04-25 12:36:11 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-04-25 12:36:11 +0000
commit59943ff4e656334e4f33a100042cd2d30a943b6a (patch)
treeac20ef69039c31865cd3cb665593b89262c9e9b7 /hints
parent0f3ba31f3e02a12d6ea6ccbc940526344fad2e23 (diff)
downloadperl-59943ff4e656334e4f33a100042cd2d30a943b6a.tar.gz
In HP-UX set ar to /usr/bin/ar but only iff none set.
p4raw-id: //depot/perl@9833
Diffstat (limited to 'hints')
-rw-r--r--hints/hpux.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/hpux.sh b/hints/hpux.sh
index 5d9abcba29..f6b18fdcfc 100644
--- a/hints/hpux.sh
+++ b/hints/hpux.sh
@@ -45,7 +45,7 @@ ldflags="$ldflags -D_HPUX_SOURCE"
toke_cflags='ccflags="$ccflags -DARG_ZERO_IS_SCRIPT"'
cc=${cc:-cc}
-ar=/usr/bin/ar
+ar=${ar:-/usr/bin/ar}
case `$cc -v 2>&1`"" in
*gcc*) ccisgcc="$define" ;;