diff options
author | Jerome Soumagne <jsoumagne@hdfgroup.org> | 2015-03-25 17:56:55 (GMT) |
---|---|---|
committer | Jerome Soumagne <jsoumagne@hdfgroup.org> | 2015-03-25 17:56:55 (GMT) |
commit | 15efd662a3e9f94ea74ef2fbc3d04c9f3934da80 (patch) | |
tree | ff4d773146e402315edbdcc85bc9552b93e1ce6f /c++ | |
parent | 98a65dc3a4730c2fa0e6afba9d2ec18d8587bfc1 (diff) | |
download | hdf5-15efd662a3e9f94ea74ef2fbc3d04c9f3934da80.zip hdf5-15efd662a3e9f94ea74ef2fbc3d04c9f3934da80.tar.gz hdf5-15efd662a3e9f94ea74ef2fbc3d04c9f3934da80.tar.bz2 |
[svn-r26578] Merge r26505 from trunk
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++')
-rw-r--r-- | c++/src/h5c++.in | 2 |
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 |