summaryrefslogtreecommitdiffstats
path: root/config/irix6.x
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>1999-06-23 23:24:17 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>1999-06-23 23:24:17 (GMT)
commitaa8fd173a8009b7c0a8d9470f2b5debcea044965 (patch)
tree2a4385d3cf5cd5f0cd9f29d7f384f98892016f31 /config/irix6.x
parentc78a6aedafdf878d0cdd18977d5b10a90763b20d (diff)
downloadhdf5-aa8fd173a8009b7c0a8d9470f2b5debcea044965.zip
hdf5-aa8fd173a8009b7c0a8d9470f2b5debcea044965.tar.gz
hdf5-aa8fd173a8009b7c0a8d9470f2b5debcea044965.tar.bz2
[svn-r1372] Set enable-shared to no by default for TFLOPS and IRIX64 systems.
Shared lib and libtool are not working for them yet. Users can still force enable-shared on by "configure -enable-shared ..."
Diffstat (limited to 'config/irix6.x')
-rw-r--r--config/irix6.x3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/irix6.x b/config/irix6.x
index 0249ee4..113756f 100644
--- a/config/irix6.x
+++ b/config/irix6.x
@@ -80,5 +80,8 @@ case "X-$CC_BASENAME" in
# Extra profiling flags
PROFILE_CFLAGS=-pg
PROFILE_CPPFLAGS=
+
+ # Turn off shared lib option. It does not work for IRIX64 yet.
+ test `uname -s` = IRIX64 && enable_shared="${enable_shared:-no}"
;;
esac