diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-07-23 15:31:35 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-07-23 15:31:35 (GMT) |
commit | 7295388a3c6b3a12a77dc7a56862333c97e4ccb6 (patch) | |
tree | 191fcbf13137ceda80267e217af7556d5a1f194e /configure | |
parent | 4c7970f62fae48e85aee5b1d2a6d3d505e25c9b0 (diff) | |
download | Doxygen-7295388a3c6b3a12a77dc7a56862333c97e4ccb6.zip Doxygen-7295388a3c6b3a12a77dc7a56862333c97e4ccb6.tar.gz Doxygen-7295388a3c6b3a12a77dc7a56862333c97e4ccb6.tar.bz2 |
Release-1.2.0
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |