diff options
author | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2017-07-27 17:57:48 (GMT) |
---|---|---|
committer | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2017-07-27 17:57:48 (GMT) |
commit | d138f164dddb2fd69b7325a861037f4b54406a71 (patch) | |
tree | 8f966a4afa411fd881ba7d737e876ddb2ad31283 /configure.ac | |
parent | be5257f8766e5be1ceacee3260b4b52b499983f6 (diff) | |
download | hdf5-d138f164dddb2fd69b7325a861037f4b54406a71.zip hdf5-d138f164dddb2fd69b7325a861037f4b54406a71.tar.gz hdf5-d138f164dddb2fd69b7325a861037f4b54406a71.tar.bz2 |
removed chmod 755 for h5fc
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index fe999ce..1ca7a34 100644 --- a/configure.ac +++ b/configure.ac @@ -3339,7 +3339,6 @@ else fi if test "X$HDF_FORTRAN" = "Xyes"; then - chmod 755 fortran/src/h5fc ## libtool does not pass the correct argument linker (wl=) for the Intel Fortran compiler ## on OS X, which is needed when building shared libraries on OS X. This script ## replaces the 3rd occurrence, which is for Fortran, of wl="" with wl="-Wl," (HDFFV-2772) |