summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-05-13 02:53:45 (GMT)
committerGitHub <noreply@github.com>2022-05-13 02:53:45 (GMT)
commita30342e1d7012680c3fa48d3f889e033c0ada009 (patch)
tree31ce5f1729360b7fd7c1807a5d748614a5c875ae /configure.ac
parentb9dc83934df91a27d16304bb00ac54648c01ef93 (diff)
downloadhdf5-a30342e1d7012680c3fa48d3f889e033c0ada009.zip
hdf5-a30342e1d7012680c3fa48d3f889e033c0ada009.tar.gz
hdf5-a30342e1d7012680c3fa48d3f889e033c0ada009.tar.bz2
Allows parallel + thread-safe combination in Autotools and CMake (#1760)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index 908ece7..d2d6441 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2755,14 +2755,6 @@ if test "X${ALLOW_UNSUPPORTED}" != "Xyes"; then
fi
fi
-## --enable-parallel is also incompatible with --enable-threadsafe, unless
-## --enable-unsupported has been specified on the configure line.
-if test "X${ALLOW_UNSUPPORTED}" != "Xyes"; then
- if test "X${THREADSAFE}" = "Xyes" -a "X${enable_parallel}" = "Xyes"; then
- AC_MSG_ERROR([--enable-threadsafe and --enable-parallel flags are incompatible. Use --enable-unsupported to override this error.])
- fi
-fi
-
AC_MSG_CHECKING([for parallel support files])
case "X-$enable_parallel" in
X-|X-no|X-none)