diff options
author | James Laird <jlaird@hdfgroup.org> | 2005-10-10 19:34:23 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2005-10-10 19:34:23 (GMT) |
commit | 67dffa5335d53968e91749b6fce0c67824ef70d8 (patch) | |
tree | d0e4947acb98d8076935667595a1e68a62a33118 /configure | |
parent | 7de5ecb9862ae11961d8a3d90f22c367cb18414c (diff) | |
download | hdf5-67dffa5335d53968e91749b6fce0c67824ef70d8.zip hdf5-67dffa5335d53968e91749b6fce0c67824ef70d8.tar.gz hdf5-67dffa5335d53968e91749b6fce0c67824ef70d8.tar.bz2 |
[svn-r11518] Purpose:
Configuration feature
Description:
1.6 configure will now complain if --enable-cxx is used
with parallel library.
Platforms tested:
mir (configuration change only).
Misc. update:
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -35429,6 +35429,12 @@ echo "$as_me: error: \'$enable_parallel\' is not a valid parallel search type" > esac if test -n "$PARALLEL"; then + if test "X$HDF_CXX" = "Xyes"; then + { { echo "$as_me:$LINENO: error: enable-cxx is incompatible with parallel library" >&5 +echo "$as_me: error: enable-cxx is incompatible with parallel library" >&2;} + { (exit 1); exit 1; }; } + fi + TESTPARALLEL=testpar |