summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2005-10-10 19:34:23 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2005-10-10 19:34:23 (GMT)
commit67dffa5335d53968e91749b6fce0c67824ef70d8 (patch)
treed0e4947acb98d8076935667595a1e68a62a33118 /configure
parent7de5ecb9862ae11961d8a3d90f22c367cb18414c (diff)
downloadhdf5-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-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index d9317ac..2441231 100755
--- a/configure
+++ b/configure
@@ -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