summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
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