From 59943ff4e656334e4f33a100042cd2d30a943b6a Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Wed, 25 Apr 2001 12:36:11 +0000 Subject: [PATCH] In HP-UX set ar to /usr/bin/ar but only iff none set. p4raw-id: //depot/perl@9833 --- hints/hpux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hints/hpux.sh b/hints/hpux.sh index 5d9abcb..f6b18fd 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" ;; -- 2.7.4