summaryrefslogtreecommitdiffstats
path: root/configure.in
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.in
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.in')
-rw-r--r--configure.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.in b/configure.in
index 0359095..d2de3a9 100644
--- a/configure.in
+++ b/configure.in
@@ -1312,12 +1312,6 @@ AC_ARG_ENABLE([threadsafe],
[Enable thread safe capability])],
THREADSAFE=$enableval)
-dnl The --enable-threadsafe flag is not compatible with --enable-cxx.
-dnl If the user tried to specify both flags, throw an error.
-if test "X${HDF_CXX}" != "X" && test "X${THREADSAFE}" != "X"; then
- AC_MSG_ERROR([--enable-cxx and --enable-threadsafe flags are incompatible])
-fi
-
case "X-$THREADSAFE" in
X-|X-no)
AC_MSG_RESULT([no])