From: H.Merijn Brand Date: Tue, 21 Nov 2006 16:18:49 +0000 (+0000) Subject: Upgrade warning should only be issued if upgrade happens X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0215cc28a64f0c5ec200bf5c210bc0178850683f;p=p5sagit%2Fp5-mst-13.2.git Upgrade warning should only be issued if upgrade happens p4raw-id: //depot/perl@29341 --- diff --git a/hints/hpux.sh b/hints/hpux.sh index 4d105c7..05d3a69 100644 --- a/hints/hpux.sh +++ b/hints/hpux.sh @@ -191,11 +191,14 @@ case "$ccisgcc" in echo '#include \nint main(){long l;printf("%d\\n",sizeof(l));}'>try.c $cc -o try $ccflags $ldflags try.c if [ "`try`" = "8" ]; then - cat <&4 + case "$use64bitall" in + $define|true|[Yy]) ;; + *) cat <&4 *** This version of gcc uses 64 bit longs. -Duse64bitall is *** implicitly set to enable continuation EOM + esac use64bitall=$define gcc_64native=yes fi