diff options
author | Mike McGreevy <mamcgree@hdfgroup.org> | 2008-09-18 15:33:07 (GMT) |
---|---|---|
committer | Mike McGreevy <mamcgree@hdfgroup.org> | 2008-09-18 15:33:07 (GMT) |
commit | bf131f3c1ca1c26376435cf32bc870c5380f07db (patch) | |
tree | 7511501f01e5830bfa942229065f78542518e1c7 /c++ | |
parent | 0d02dc92d02750a707e77b5ac5bf242a625e264c (diff) | |
download | hdf5-bf131f3c1ca1c26376435cf32bc870c5380f07db.zip hdf5-bf131f3c1ca1c26376435cf32bc870c5380f07db.tar.gz hdf5-bf131f3c1ca1c26376435cf32bc870c5380f07db.tar.bz2 |
[svn-r15651] Purpose: Bug Fix
Description: examples/ph5example was being built and tested even in serial
mode. Added lines to the examples/Makefile.in to ensure that
this is not built and tested unless parallel has been enabled
by configure.
Tested: kagiso and smirom
Diffstat (limited to 'c++')
-rwxr-xr-x | c++/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/configure b/c++/configure index 8bcd816..4370f9a 100755 --- a/c++/configure +++ b/c++/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From c++/configure.in Id: configure.in 15596 2008-09-07 20:25:12Z hdftest . +# From c++/configure.in Id: configure.in 15620 2008-09-14 19:55:08Z hdftest . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for HDF5 C++ 1.6.7-snap19. # |