From dc45a647708b6c5442e1362e6b6e7a2583c30346 Mon Sep 17 00:00:00 2001 From: Malcolm Beattie Date: Thu, 2 Apr 1998 15:25:18 +0000 Subject: Andy Dougherty's configuration patches (Config_63-01 up to 04). p4raw-id: //depot/perl@845 --- hints/hpux.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hints') diff --git a/hints/hpux.sh b/hints/hpux.sh index cbf80cc669..9b272aef76 100644 --- a/hints/hpux.sh +++ b/hints/hpux.sh @@ -169,6 +169,11 @@ case "$prefix" in '') prefix='/opt/perl5' ;; esac +# HP-UX can't do setuid emulation offered by Configure +case "$d_dosuid" in +'') d_dosuid="$undef" ;; +esac + # Date: Fri, 6 Sep 96 23:15:31 CDT # From: "Daniel S. Lewart" # I looked through the gcc.info and found this: -- cgit v1.2.1