summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index f70bf48..5309027 100755
--- a/configure
+++ b/configure
@@ -349,7 +349,7 @@ fi
touch .tmakeconfig
if test "$f_shared" = NO; then
- if test "$f_platform" = "osf1-cxx"; then
+ if test "$f_platform" = "osf1-cxx" -o "$f_platform" = "irix-n32"; then
cat >> .tmakeconfig <<EOF
TMAKE_LFLAGS = -non_shared
EOF