diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-05-14 18:44:15 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-05-14 18:44:15 (GMT) |
commit | 8013b5fe71402e6c6bfd867e348b6cad73bd7386 (patch) | |
tree | aca56008d3ed43483f7f8f2f4fb55a3b4e5f75f2 /configure | |
parent | 6c268019f8ce8b58058e7f7f8204c82b8d0ac190 (diff) | |
download | Doxygen-8013b5fe71402e6c6bfd867e348b6cad73bd7386.zip Doxygen-8013b5fe71402e6c6bfd867e348b6cad73bd7386.tar.gz Doxygen-8013b5fe71402e6c6bfd867e348b6cad73bd7386.tar.bz2 |
Release-1.1.3-20000514
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |