summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2012-10-18 21:58:26 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2012-10-18 21:58:26 (GMT)
commit82dd00095e7ca97fd0d4636a79ad276284dc1bf5 (patch)
treec3dea50fb3530e6274742c16b8915d1d4b54bbc4 /fortran
parent1e41d9586be5307436f6604b403468495e4bb81d (diff)
downloadhdf5-82dd00095e7ca97fd0d4636a79ad276284dc1bf5.zip
hdf5-82dd00095e7ca97fd0d4636a79ad276284dc1bf5.tar.gz
hdf5-82dd00095e7ca97fd0d4636a79ad276284dc1bf5.tar.bz2
[svn-r22926] Revert change to h5fc.in (3 line comment + 1 line ineffective code) that was inadvertently me
rged from trunk before it was reverted there. Tested change on trunk and 1.8.10 branch with h5committest, make install and make installcheck on jam koala and ostrich.
Diffstat (limited to 'fortran')
-rw-r--r--fortran/src/h5fc.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/fortran/src/h5fc.in b/fortran/src/h5fc.in
index 4985650..2d7b5b4 100644
--- a/fortran/src/h5fc.in
+++ b/fortran/src/h5fc.in
@@ -98,10 +98,6 @@ FFLAGS="${HDF5_FFLAGS:-$FFLAGSBASE}"
LDFLAGS="${HDF5_LDFLAGS:-$LDFLAGSBASE}"
LIBS="${HDF5_LIBS:-$LIBSBASE}"
-# If static was disabled, @HDF5_USE_SHLIB@ will be yes. In that case
-# HDF5_USE_SHLIB should be set to yes because there are no static
-# lib files.
-HDF5_USE_SHLIB="@HDF5_USE_SHLIB@"
USE_SHARED_LIB="${HDF5_USE_SHLIB:-no}"
usage() {