diff options
author | Jerome Soumagne <jsoumagne@hdfgroup.org> | 2015-03-20 19:04:30 (GMT) |
---|---|---|
committer | Jerome Soumagne <jsoumagne@hdfgroup.org> | 2015-03-20 19:04:30 (GMT) |
commit | 8a1d1b24cf85e25b70884d9454b549223097bc1b (patch) | |
tree | 4841249393769a8d912a257f2a7ba433aede9af0 /fortran/src/h5fc.in | |
parent | aad3aa7856bd107b11093d3d453b4e98f4a88464 (diff) | |
download | hdf5-8a1d1b24cf85e25b70884d9454b549223097bc1b.zip hdf5-8a1d1b24cf85e25b70884d9454b549223097bc1b.tar.gz hdf5-8a1d1b24cf85e25b70884d9454b549223097bc1b.tar.bz2 |
[svn-r26505] Merge r26435 from autotools_rework branch.
Remove DEFAULT_LIBS from configure.ac and irix6.x config file which
was using it.
Remove references to IRIX/irix* platform.
Diffstat (limited to 'fortran/src/h5fc.in')
-rw-r--r-- | fortran/src/h5fc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/src/h5fc.in b/fortran/src/h5fc.in index b5a6486..6e2c9d3 100644 --- a/fortran/src/h5fc.in +++ b/fortran/src/h5fc.in @@ -313,7 +313,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 |