summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 5d9ab2f..ddffd90 100755
--- a/configure
+++ b/configure
@@ -357,6 +357,10 @@ EOF
cat >> .tmakeconfig <<EOF
TMAKE_LFLAGS = -Bstatic
EOF
+ elif test "$f_platform" = "hpux-cc"; then
+ cat >> .tmakeconfig <<EOF
+ TMAKE_LFLAGS = -noshared
+EOF
else
cat >> .tmakeconfig <<EOF
TMAKE_LFLAGS = -static