summaryrefslogtreecommitdiff
path: root/hints/hpux.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hints/hpux.sh')
-rw-r--r--hints/hpux.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/hints/hpux.sh b/hints/hpux.sh
index 462d74b5e6..b1758eda83 100644
--- a/hints/hpux.sh
+++ b/hints/hpux.sh
@@ -105,6 +105,8 @@ EOM
;;
esac
+cc=${cc:-cc}
+
case `$cc -v 2>&1`"" in
*gcc*) ccisgcc="$define" ;;
*) ccisgcc=''