summaryrefslogtreecommitdiffstats
path: root/config/irix6.x
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>1999-10-15 21:16:02 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>1999-10-15 21:16:02 (GMT)
commit4c93f8deb4b9c8cc42a2ab41ec8e32d65d9bc407 (patch)
treedc64dab3bfa2b4f134f5d3e5dceeb0f31fcb7a51 /config/irix6.x
parent58b930fc76ebbc0a51c5c6508efae8e948e4c569 (diff)
downloadhdf5-4c93f8deb4b9c8cc42a2ab41ec8e32d65d9bc407.zip
hdf5-4c93f8deb4b9c8cc42a2ab41ec8e32d65d9bc407.tar.gz
hdf5-4c93f8deb4b9c8cc42a2ab41ec8e32d65d9bc407.tar.bz2
[svn-r1763] Shared mode works fine now with IRIX64. Removed the special disable-shared.
Diffstat (limited to 'config/irix6.x')
-rw-r--r--config/irix6.x3
1 files changed, 0 insertions, 3 deletions
diff --git a/config/irix6.x b/config/irix6.x
index e230167..f46185c 100644
--- a/config/irix6.x
+++ b/config/irix6.x
@@ -80,8 +80,5 @@ 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