aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@fb53df36-e548-4a1e-8150-ab98cbd5e786>2014-10-13 14:55:53 +0000
committerknarf <knarf@fb53df36-e548-4a1e-8150-ab98cbd5e786>2014-10-13 14:55:53 +0000
commitb8ef4c9a9e2dcf13ba65cbaddb53f5fbfd21447c (patch)
tree466f068bc9f83597ab15488a9ae61bd65ba5d50d
parente0f368eb8c201ecb40df93ca1d7b73397d15d4a8 (diff)
disable C++ interface by default (see ticket #1158)
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@92 fb53df36-e548-4a1e-8150-ab98cbd5e786
-rw-r--r--configure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.sh b/configure.sh
index 68e28bf..0194774 100644
--- a/configure.sh
+++ b/configure.sh
@@ -32,7 +32,7 @@ fi
# Set up names of the libraries based on configuration variables. Also
# assign default values to variables.
HDF5_C_LIBS='hdf5_hl hdf5'
-if [ "${HDF5_ENABLE_CXX:=yes}" = 'yes' ]; then
+if [ "${HDF5_ENABLE_CXX:=no}" = 'yes' ]; then
HDF5_CXX_LIBS='hdf5_hl_cpp hdf5_cpp'
fi
if [ "${HDF5_ENABLE_FORTRAN:=yes}" = 'yes' ]; then