diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2008-10-21 04:10:17 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2008-10-21 04:10:17 (GMT) |
commit | fdabaa33302ea79aad089f28fd16ce984d057a61 (patch) | |
tree | 11fb9a0d2406f7aa131956f1ab5ebd1e5767490c /configure.in | |
parent | 7f758bceb0c57871f14eb11e47106a365699aa97 (diff) | |
download | hdf5-fdabaa33302ea79aad089f28fd16ce984d057a61.zip hdf5-fdabaa33302ea79aad089f28fd16ce984d057a61.tar.gz hdf5-fdabaa33302ea79aad089f28fd16ce984d057a61.tar.bz2 |
[svn-r15912] Bug fix: #933
The information of libhdf5_fortran.settings are all included in
libhdf5.settings now. Remove it from the source.
Tested: kagiso with fortran and C++.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in index e7c0711..9a9a676 100644 --- a/configure.in +++ b/configure.in @@ -3946,7 +3946,6 @@ AC_CONFIG_FILES([src/libhdf5.settings c++/examples/testh5c++.sh fortran/Makefile fortran/src/h5fc - fortran/src/libhdf5_fortran.settings fortran/src/Makefile fortran/test/Makefile fortran/testpar/Makefile |