diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2015-02-16 16:17:03 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2015-02-16 16:17:03 (GMT) |
commit | 74fbb9e32794c315bf14a7c29c42c25a6ca2f5f3 (patch) | |
tree | e101a103807722b0d12ca4082611233547a24a2e /hl/c++/test/Makefile.in | |
parent | 9a376e4ee9e4b0d03331fbdcd74ecb0a41a2573a (diff) | |
download | hdf5-74fbb9e32794c315bf14a7c29c42c25a6ca2f5f3.zip hdf5-74fbb9e32794c315bf14a7c29c42c25a6ca2f5f3.tar.gz hdf5-74fbb9e32794c315bf14a7c29c42c25a6ca2f5f3.tar.bz2 |
[svn-r26180] merge configure fixes for HDFFV-9068,9069,9096,9097,9135 from autotools_rework branch:
- Remove Infering parallel compilers (C and Fortran) from configure.ac
- Remove restriction to build shared with parallel
- Cleanup parallel sections in configure.ac
- remove large file support checks
- MPE fixes.
tested with h5committest.
Diffstat (limited to 'hl/c++/test/Makefile.in')
-rw-r--r-- | hl/c++/test/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hl/c++/test/Makefile.in b/hl/c++/test/Makefile.in index f6bd246..f5f2b9b 100644 --- a/hl/c++/test/Makefile.in +++ b/hl/c++/test/Makefile.in @@ -491,7 +491,6 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTRUMENT = @INSTRUMENT@ INSTRUMENT_LIBRARY = @INSTRUMENT_LIBRARY@ -LARGEFILE = @LARGEFILE@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ |