summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2005-09-03 13:58:24 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2005-09-03 13:58:24 (GMT)
commit4aa86e2297e05687820d9cd8211c217184d06ae4 (patch)
treeef3041e1867391f738426c992e9b573548c749f0 /configure
parent8d9d70388e9bc1b978668505b8419c66d4e76cdc (diff)
downloadhdf5-4aa86e2297e05687820d9cd8211c217184d06ae4.zip
hdf5-4aa86e2297e05687820d9cd8211c217184d06ae4.tar.gz
hdf5-4aa86e2297e05687820d9cd8211c217184d06ae4.tar.bz2
[svn-r11344] Purpose:
Bug fix Description: Allow threadsafe & C++ to be enabled together - its working fine on sleipnir. Platforms tested: FreeBSD 4.11 (sleipnir)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure b/configure
index 8020370..3456611 100755
--- a/configure
+++ b/configure
@@ -44822,12 +44822,6 @@ if test "${enable_threadsafe+set}" = set; then
THREADSAFE=$enableval
fi;
-if test "X${HDF_CXX}" != "X" && test "X${THREADSAFE}" != "X"; then
- { { echo "$as_me:$LINENO: error: --enable-cxx and --enable-threadsafe flags are incompatible" >&5
-echo "$as_me: error: --enable-cxx and --enable-threadsafe flags are incompatible" >&2;}
- { (exit 1); exit 1; }; }
-fi
-
case "X-$THREADSAFE" in
X-|X-no)
echo "$as_me:$LINENO: result: no" >&5