summaryrefslogtreecommitdiff
path: root/hints/hpux.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hints/hpux.sh')
-rw-r--r--hints/hpux.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/hints/hpux.sh b/hints/hpux.sh
index ca5c50b3b0..ddcb62feb0 100644
--- a/hints/hpux.sh
+++ b/hints/hpux.sh
@@ -348,9 +348,7 @@ EOM
fi
# HP-UX 10.X uses the old pthreads API
- case "$d_oldpthreads" in
- '') d_oldpthreads="$define" ;;
- esac
+ d_oldpthreads="$define"
# include libcma before all the others
libswanted="cma $libswanted"