summaryrefslogtreecommitdiffstats
path: root/c++/src
diff options
context:
space:
mode:
authorJerome Soumagne <jsoumagne@hdfgroup.org>2015-03-11 20:15:25 (GMT)
committerJerome Soumagne <jsoumagne@hdfgroup.org>2015-03-11 20:15:25 (GMT)
commit9379314551566a44ea8ec6b3f64bcefa5eb43306 (patch)
tree380e5f4175e3cc8f135159f00afd88e35374766d /c++/src
parent9eeb037725d5f0f162ef395747e601aeef03d759 (diff)
downloadhdf5-9379314551566a44ea8ec6b3f64bcefa5eb43306.zip
hdf5-9379314551566a44ea8ec6b3f64bcefa5eb43306.tar.gz
hdf5-9379314551566a44ea8ec6b3f64bcefa5eb43306.tar.bz2
[svn-r26435] Remove DEFAULT_LIBS from configure.ac and irix6.x config file which
was using it. Remove references to IRIX/irix* platform.
Diffstat (limited to 'c++/src')
-rw-r--r--c++/src/h5c++.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/h5c++.in b/c++/src/h5c++.in
index a4aaf52..069842a 100644
--- a/c++/src/h5c++.in
+++ b/c++/src/h5c++.in
@@ -333,7 +333,7 @@ if test "x$do_link" = "xyes"; then
hpux*) flag="-Wl,+b -Wl," ;;
freebsd*|solaris*) flag="-R" ;;
rs6000*|aix*) flag="-L" ;;
- irix*|sgi) flag="-rpath " ;;
+ sgi) flag="-rpath " ;;
*) flag="" ;;
esac