summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2020-03-20 19:37:46 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2020-03-20 19:37:46 (GMT)
commit0de545ac8b2a85a0edca389ae8db8d2bdfccbeb8 (patch)
tree0401368d58ad5b578420c3c2d5de38c2caf39fbf /configure
parentd8ad45be791d2c3e7a4fc3494f2b4d95cd7cf3b7 (diff)
downloadhdf5-0de545ac8b2a85a0edca389ae8db8d2bdfccbeb8.zip
hdf5-0de545ac8b2a85a0edca389ae8db8d2bdfccbeb8.tar.gz
hdf5-0de545ac8b2a85a0edca389ae8db8d2bdfccbeb8.tar.bz2
Correct conditions for parallel builds with and without tests.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 27cdb9a..7d63790 100755
--- a/configure
+++ b/configure
@@ -29431,7 +29431,7 @@ else
BUILD_CXX_CONDITIONAL_FALSE=
fi
- if test -n "$PARALLEL"; then
+ if test "X$PARALLEL" = "Xyes"; then
BUILD_PARALLEL_CONDITIONAL_TRUE=
BUILD_PARALLEL_CONDITIONAL_FALSE='#'
else