summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2000-05-14 18:44:15 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2000-05-14 18:44:15 (GMT)
commit4f5775494986411db398172e98380acb76d5e3e6 (patch)
treeaca56008d3ed43483f7f8f2f4fb55a3b4e5f75f2 /configure
parent367c98ad291fd02781ae1c20a6e09e0b07dbec88 (diff)
downloadDoxygen-4f5775494986411db398172e98380acb76d5e3e6.zip
Doxygen-4f5775494986411db398172e98380acb76d5e3e6.tar.gz
Doxygen-4f5775494986411db398172e98380acb76d5e3e6.tar.bz2
Release-1.1.3-20000514
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 7 insertions, 1 deletions
diff --git a/configure b/configure
index d5389ec..f70bf48 100755
--- a/configure
+++ b/configure
@@ -349,9 +349,15 @@ fi
touch .tmakeconfig
if test "$f_shared" = NO; then
+ if test "$f_platform" = "osf1-cxx"; then
cat >> .tmakeconfig <<EOF
-TMAKE_LFLAGS = -static
+ TMAKE_LFLAGS = -non_shared
EOF
+ else
+ cat >> .tmakeconfig <<EOF
+ TMAKE_LFLAGS = -static
+EOF
+ fi
fi
if test "$f_english" = YES; then